index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
ldap_server
/
ldap_simple_ldb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...
Simo Sorce
1
-51
/
+42
2007-10-10
r8520: fixed a pile of warnings from the build farm gcc -Wall output on
Andrew Tridgell
1
-1
/
+2
2007-10-10
r8222: 0 entries are no error, unless it's a base search
Stefan Metzmacher
1
-1
/
+5
2007-10-10
r7777: allow for overriding the location of the sam databasein the ldap serve...
Andrew Tridgell
1
-6
/
+6
2007-10-10
r7747: - simplified the ldap server buffer handling
Andrew Tridgell
1
-11
/
+13
2007-10-10
r7596: next step in ldap cleanup. I'm aiming to get rid of the cut&pasted
Andrew Tridgell
1
-1
/
+1
2007-10-10
r7593: simplified the memory management in the ldap code. Having a mem_ctx
Andrew Tridgell
1
-7
/
+10
2007-10-10
r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_tree
Andrew Tridgell
1
-2
/
+2
2007-10-10
r5585: LDB interfaces change:
Simo Sorce
1
-19
/
+19
2007-10-10
r5307: removed db_wrap.h from includes.h
Andrew Tridgell
1
-0
/
+1
2007-10-10
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
1
-9
/
+9
2007-10-10
r4709: fix compiler warnings
Stefan Metzmacher
1
-12
/
+6
2007-10-10
r4629: we now have a global macro NT_STATUS_HAVE_NO_MEMORY()
Stefan Metzmacher
1
-39
/
+32
2007-10-10
r4628: this function should be static
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r4475: fixed smbd to work with the small changes in the ldb API (the most imp...
Andrew Tridgell
1
-8
/
+4
2007-10-10
r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...
Andrew Tridgell
1
-5
/
+5
2007-10-10
r3783: - don't use make proto for ldb anymore
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r3754: merge in ldb modules support from the tmp branch ldbPlugins
Simo Sorce
1
-7
/
+2
2007-10-10
r3464: split out registry.h, rap.h and ldap_server.h
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3099: implment sldb_ModifyDN()
Stefan Metzmacher
1
-1
/
+100
2007-10-10
r3098: - fix segfault in sldb_Compare()
Stefan Metzmacher
1
-22
/
+21
2007-10-10
r3097: - an empty string is a valid DN
Stefan Metzmacher
1
-94
/
+107
2007-10-10
r2875: some fixes + (C) note
Simo Sorce
1
-1
/
+2
2007-10-10
r2855: fix error codes for Compare
Stefan Metzmacher
1
-4
/
+4
2007-10-10
r2836: removed a couple of unused variables
Andrew Tridgell
1
-2
/
+0
2007-10-10
r2820: complete the parsing routing with correct support for escaped chars
Simo Sorce
1
-136
/
+86
2007-10-10
r2815: add some more docs
Simo Sorce
1
-5
/
+16
2007-10-10
r2792: got rid of talloc_ldb_alloc() and instead created talloc_realloc_fn(),
Andrew Tridgell
1
-5
/
+5
2007-10-10
r2757: some minor fixes
Stefan Metzmacher
1
-3
/
+1
2007-10-10
r2754: Change sldb_trim_dn() to be sldb_fix_dn() as we are not really trimming.
Simo Sorce
1
-29
/
+60
2007-10-10
r2748: implement sldb_Compare()
Stefan Metzmacher
1
-1
/
+63
2007-10-10
r2722: remove tmp debug messages
Stefan Metzmacher
1
-4
/
+1
2007-10-10
r2720: -implement sldb_Modify() call
Stefan Metzmacher
1
-1
/
+117
2007-10-10
r2714: - add sldb_Add() implementation
Stefan Metzmacher
1
-36
/
+185
2007-10-10
r2695: revert "Del" renaming
Simo Sorce
1
-6
/
+6
2007-10-10
r2693: - send a reply when no attributes there
Stefan Metzmacher
1
-3
/
+11
2007-10-10
r2689: Use consistent naming Del -> Delete
Simo Sorce
1
-1
/
+44
2007-10-10
r2688: - fix case where listed attributes are asked
Stefan Metzmacher
1
-23
/
+36
2007-10-10
r2685: ALLOC_CHECK() after talloc_steal() isn't needed
Stefan Metzmacher
1
-4
/
+0
2007-10-10
r2682: as sambdb holds all search data, don't double free the data
Stefan Metzmacher
1
-2
/
+0
2007-10-10
r2681: commit the first semi working search implementation
Stefan Metzmacher
1
-2
/
+88
2007-10-10
r2527: - add a dummy for a simple ldb backend
Stefan Metzmacher
1
-0
/
+55