summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/samba3sam.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-27s4:samba3sam LDB module - correctly print out an unsigned valueMatthias Dieter Wallnöfer1-1/+2
2010-11-27s4:samba3sam LDB module - make the "pw_uid"/"pw_gid" conversion a bit clearerMatthias Dieter Wallnöfer1-2/+6
2010-11-01s4-ldb: enable version checking in dsdb ldb modulesAndrew Tridgell1-0/+1
2010-11-01s4-dsdb: convert the rest of the ldb modules to the new module typeAndrew Tridgell1-1/+6
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-1/+0
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-3/+2
2009-10-21S4: ldb_map modules uses defines that are reservedTorgeir Lerkerød1-84/+84
2009-09-14dsdb: the samba3 ldap schema has no sambaAccountPolicy (any more at least)Michael Adam1-1/+0
2009-02-23Fix headers, ldb_includes.h is a private header,Simo Sorce1-1/+1
2009-01-30Fix all other modules to use ldb_module.h instead of ldb_private.hSimo Sorce1-7/+8
2008-07-12rename sambaPassword -> userPassword.Andrew Bartlett1-2/+2
2008-02-20Fix use of some modules (needed _PUBLIC_).Jelmer Vernooij1-1/+1
2008-02-20Use struct-based rather than function-based initialization for ldb modules ev...Jelmer Vernooij1-15/+2
2008-01-16Allow the 'extra' objectclass added to objectClass attributes byAndrew Bartlett1-1/+1
2008-01-01r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij1-2/+2
2008-01-01r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij1-2/+3
2007-12-21r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher1-11/+12
2007-10-10r22769: Fix include location.Jelmer Vernooij1-1/+1
2007-10-10r21362: rename:Stefan Metzmacher1-1/+1
2007-10-10r20460: Simplfy the handling of password hashes in the samba3sam module.Andrew Bartlett1-7/+3
2007-10-10r20455: Apply some of the patches from Martin Kuehl <kuehl@univention.de> toAndrew Bartlett1-65/+115
2007-10-10r19757: Don't do the strrchr twice. Pointed out by Martin Kuhl.Andrew Bartlett1-1/+1
2007-10-10r19731: Modify the ldb_map infrustructure to always map from requestedAndrew Bartlett1-5/+9
2007-10-10r19313: Don't mess with hierarchies!!Simo Sorce1-1/+1
2007-10-10r18495: More work on the LDAP backend (which now passes a lot of our tests!)Andrew Bartlett1-1/+1
2007-10-10r17525: This is a merge from the Google Summer of Code 2006 project by Martin...Andrew Bartlett1-2/+33
2007-10-10r17516: Change helper function names to make more clear what they are meant t...Simo Sorce1-2/+2
2007-10-10r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij1-2/+2
2007-10-10r12860: Remove unused function. (we handle this in the password_hash module).Andrew Bartlett1-22/+0
2007-10-10r12743: Remove the ugly way we had to make a second stage init and introduceSimo Sorce1-3/+1
2007-10-10r12733: Merge ldap/ldb controls into main treeSimo Sorce1-1/+3
2007-10-10r12719: Rename unicodePwd -> sambaPassword.Andrew Bartlett1-15/+2
2007-10-10r12658: Couple of fixes related to shared module builds.Jelmer Vernooij1-4/+0
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-1/+0
2007-10-10r10913: This patch isn't as big as it looks ...Andrew Tridgell1-4/+4
2007-10-10r9992: More fixes from the 64-bit warning police.Tim Potter1-2/+2
2007-10-10r9915: Some more mappings. Fix weird sAMAccountName values.Jelmer Vernooij1-10/+47
2007-10-10r9908: Generate posixUser and posixGroup as wellJelmer Vernooij1-25/+151
2007-10-10r9899: Be more conservative about what is sent to the remote server in ldb_map.Jelmer Vernooij1-15/+29
2007-10-10r9883: More nested initialiser fixes.Tim Potter1-21/+79
2007-10-10r9849: Extend testsuite a bit more.Jelmer Vernooij1-2/+50
2007-10-10r9842: More error checks in the ldb_map modules, extend testsuiteJelmer Vernooij1-1/+1
2007-10-10r9835: Make ldb_map compile in the stand-alone LDB buildJelmer Vernooij1-4/+4
2007-10-10r9793: Be more verbose, check for errors in upgrade script.Jelmer Vernooij1-21/+9
2007-10-10r9786: Move ldb_map into ldb/modules/Jelmer Vernooij1-0/+631