Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nadezhda Ivanova
OpenLDAP
Commits
0b924192
Commit
0b924192
authored
25 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
Move nt_debug to -llutil and generalize for all platforms.
parent
24c39b31
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
libraries/liblutil/Makefile.in
+3
-2
3 additions, 2 deletions
libraries/liblutil/Makefile.in
libraries/liblutil/debug.c
+70
-0
70 additions, 0 deletions
libraries/liblutil/debug.c
with
73 additions
and
2 deletions
libraries/liblutil/Makefile.in
+
3
−
2
View file @
0b924192
...
...
@@ -3,8 +3,9 @@
##
LIBRARY
=
liblutil.a
SRCS
=
base64.c detach.c md5.c passwd.c sha1.c getpass.c lockf.c
OBJS
=
base64.o detach.o md5.o passwd.o sha1.o getpass.o lockf.o @LIBOBJS@
SRCS
=
base64.c debug.c detach.c md5.c passwd.c sha1.c getpass.c lockf.c
OBJS
=
base64.o debug.o detach.o md5.o passwd.o sha1.o getpass.o lockf.o
\
@LIBOBJS@
LDAP_INCDIR
=
../../include
LDAP_LIBDIR
=
../../libraries
...
...
This diff is collapsed.
Click to expand it.
servers/slapd/nt_
debug.c
→
libraries/liblutil/
debug.c
+
70
−
0
View file @
0b924192
/*
* Copyright (c) 1996, 1998 by Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
* ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
* OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
* CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
* DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
* ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
* SOFTWARE.
*/
#include
"portable.h"
...
...
@@ -6,7 +22,7 @@
#include
<ac/stdarg.h>
#include
<ac/string.h>
#include
"
slap
.h"
#include
"
ldap_log
.h"
#include
"ldap_defaults.h"
static
FILE
*
log_file
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment