index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
dsdb
/
samdb
/
ldb_modules
/
samba3sam.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4-ldb: enable version checking in dsdb ldb modules
Andrew Tridgell
2010-11-01
1
-0
/
+1
*
s4-dsdb: convert the rest of the ldb modules to the new module type
Andrew Tridgell
2010-11-01
1
-1
/
+6
*
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
2010-10-12
1
-1
/
+0
*
Finish removal of iconv_convenience in public API's.
Jelmer Vernooij
2010-05-18
1
-3
/
+2
*
S4: ldb_map modules uses defines that are reserved
Torgeir Lerkerød
2009-10-21
1
-84
/
+84
*
dsdb: the samba3 ldap schema has no sambaAccountPolicy (any more at least)
Michael Adam
2009-09-14
1
-1
/
+0
*
Fix headers, ldb_includes.h is a private header,
Simo Sorce
2009-02-23
1
-1
/
+1
*
Fix all other modules to use ldb_module.h instead of ldb_private.h
Simo Sorce
2009-01-30
1
-7
/
+8
*
rename sambaPassword -> userPassword.
Andrew Bartlett
2008-07-12
1
-2
/
+2
*
Fix use of some modules (needed _PUBLIC_).
Jelmer Vernooij
2008-02-20
1
-1
/
+1
*
Use struct-based rather than function-based initialization for ldb modules ev...
Jelmer Vernooij
2008-02-20
1
-15
/
+2
*
Allow the 'extra' objectclass added to objectClass attributes by
Andrew Bartlett
2008-01-16
1
-1
/
+1
*
r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...
Jelmer Vernooij
2008-01-01
1
-2
/
+2
*
r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...
Jelmer Vernooij
2008-01-01
1
-2
/
+3
*
r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)
Stefan Metzmacher
2007-12-21
1
-11
/
+12
*
r22769: Fix include location.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r21362: rename:
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r20460: Simplfy the handling of password hashes in the samba3sam module.
Andrew Bartlett
2007-10-10
1
-7
/
+3
*
r20455: Apply some of the patches from Martin Kuehl <kuehl@univention.de> to
Andrew Bartlett
2007-10-10
1
-65
/
+115
*
r19757: Don't do the strrchr twice. Pointed out by Martin Kuhl.
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r19731: Modify the ldb_map infrustructure to always map from requested
Andrew Bartlett
2007-10-10
1
-5
/
+9
*
r19313: Don't mess with hierarchies!!
Simo Sorce
2007-10-10
1
-1
/
+1
*
r18495: More work on the LDAP backend (which now passes a lot of our tests!)
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r17525: This is a merge from the Google Summer of Code 2006 project by Martin...
Andrew Bartlett
2007-10-10
1
-2
/
+33
*
r17516: Change helper function names to make more clear what they are meant t...
Simo Sorce
2007-10-10
1
-2
/
+2
*
r13786: [merge] Add registration functions for LDB modules
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r12860: Remove unused function. (we handle this in the password_hash module).
Andrew Bartlett
2007-10-10
1
-22
/
+0
*
r12743: Remove the ugly way we had to make a second stage init and introduce
Simo Sorce
2007-10-10
1
-3
/
+1
*
r12733: Merge ldap/ldb controls into main tree
Simo Sorce
2007-10-10
1
-1
/
+3
*
r12719: Rename unicodePwd -> sambaPassword.
Andrew Bartlett
2007-10-10
1
-15
/
+2
*
r12658: Couple of fixes related to shared module builds.
Jelmer Vernooij
2007-10-10
1
-4
/
+0
*
r12608: Remove some unused #include lines.
Jelmer Vernooij
2007-10-10
1
-1
/
+0
*
r10913: This patch isn't as big as it looks ...
Andrew Tridgell
2007-10-10
1
-4
/
+4
*
r9992: More fixes from the 64-bit warning police.
Tim Potter
2007-10-10
1
-2
/
+2
*
r9915: Some more mappings. Fix weird sAMAccountName values.
Jelmer Vernooij
2007-10-10
1
-10
/
+47
*
r9908: Generate posixUser and posixGroup as well
Jelmer Vernooij
2007-10-10
1
-25
/
+151
*
r9899: Be more conservative about what is sent to the remote server in ldb_map.
Jelmer Vernooij
2007-10-10
1
-15
/
+29
*
r9883: More nested initialiser fixes.
Tim Potter
2007-10-10
1
-21
/
+79
*
r9849: Extend testsuite a bit more.
Jelmer Vernooij
2007-10-10
1
-2
/
+50
*
r9842: More error checks in the ldb_map modules, extend testsuite
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r9835: Make ldb_map compile in the stand-alone LDB build
Jelmer Vernooij
2007-10-10
1
-4
/
+4
*
r9793: Be more verbose, check for errors in upgrade script.
Jelmer Vernooij
2007-10-10
1
-21
/
+9
*
r9786: Move ldb_map into ldb/modules/
Jelmer Vernooij
2007-10-10
1
-0
/
+631