summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
2003-07-10i guess i'm the only one this ever annyoed...Gerald Carter1-2/+2
2003-07-09Fix up become_root/unbecome_root pairs needed around local passdbJeremy Allison1-3/+17
2003-07-08Moved SAM_ACCOUNT marshall/unmarshall functions to make them externallyJeremy Allison2-401/+438
2003-07-07Cleaning up linking issues. sam/idmap*.c only links inGerald Carter2-1/+115
2003-07-07Fixed a couple of const issues with the new code.Jeremy Allison1-2/+2
2003-07-07and so it begins....Gerald Carter2-6/+206
2003-07-06Fix ldapsam_getsampwsid to correctly only say 'no such user' when indeed thereAndrew Bartlett1-13/+13
2003-07-05Fix commentAndrew Bartlett1-1/+1
2003-07-05Add some debug statments to our vampire code - try to make it easier to trackAndrew Bartlett3-9/+28
2003-07-05Fixes to our LDAP/vampire codepaths:Andrew Bartlett3-11/+61
2003-07-04This patch cleans up some of our ldap code, for better behaviour:Andrew Bartlett2-388/+394
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2-15/+15
2003-07-02Uppercase first letter of debug level 0 statements.Tim Potter1-2/+2
2003-07-01removing nisplussamGerald Carter1-1524/+0
2003-07-01fix compile problem with nisplussamGerald Carter1-13/+18
2003-07-01Different fix for memleak just committed. This belongs intoVolker Lendecke1-2/+0
2003-07-01Fix two memory leaks. tdb_search_keys allocates space for the keyVolker Lendecke1-0/+2
2003-07-01* revert change to get_global_sam_name()Gerald Carter1-2/+23
2003-06-30* cleanup more DC name resolution issues in check_*domain_security()Gerald Carter1-4/+7
2003-06-30Add the 'guest' passdb backend automatically ifVolker Lendecke1-0/+25
2003-06-25large change:Gerald Carter2-3/+2
2003-06-25Patch to move functions directly from pdb_ldap.c into lib/smbldap.cAndrew Bartlett1-718/+8
2003-06-24Fix pdb_ldap segfaults, and wrong default values for ldapsam_compat.Andrew Bartlett1-4/+3
2003-06-22Found out a good number of NT_STATUS_IS_ERR used the wrong way.Simo Sorce3-4/+4
2003-06-21Fix memory leak. secrets_fetch allocates memory.Volker Lendecke1-0/+2
2003-06-21This patch works towards to goal of common code shared between idmap_ldapAndrew Bartlett1-261/+359
2003-06-20Fix bug #136: "passdb backend = " caused smbd to segfault.Jim McDonough1-0/+5
2003-06-18Ok, this patch removes the privilege stuff we had in, unused, for some time.Simo Sorce3-31/+26
2003-06-18And some more memory leaks in mapping.c and pdb_tdb.c. tdb_nextkeyVolker Lendecke1-2/+13
2003-06-18Better panic cleanly than segfault later when no sid can be found and created.Volker Lendecke1-2/+3
2003-06-17Fix a memory leak in pdb_tdb.c.Volker Lendecke1-0/+2
2003-06-17Make static (patch from metze)Jelmer Vernooij2-2/+2
2003-06-17The return value of init_module functions is NTSTATUS, not intJelmer Vernooij2-6/+4
2003-06-16Update link to DTDJelmer Vernooij1-1/+1
2003-06-16Quieten another debug message.Tim Potter1-1/+1
2003-06-16Quieten debug message.Tim Potter1-1/+1
2003-06-13Rename some uuid functions so as not to conflict with systemTim Potter1-1/+1
2003-06-07Try to fix memory leaks found by valgrind in pdb_ldap code.Andrew Bartlett1-3/+3
2003-06-06support LDAP_EXOP_MODIFY_PASSWORD (not experiemental in OpenLDAP 2.1)Gerald Carter1-9/+21
2003-06-06* break out more common code used between pdb_ldap and idmap_ldapGerald Carter1-128/+36
2003-06-05working draft of the idmap_ldap code.Gerald Carter1-282/+3
2003-05-27cut-n-paste errorGerald Carter1-1/+1
2003-05-27fix bug 118; replace hard coded 'next[User|Group]Rid' attribute namesGerald Carter1-6/+8
2003-05-27I'm pretty sure these uint32's should be uid_t's. Can the passdb guysTim Potter2-3/+3
2003-05-22fix bug #108; sambaSambaAccount string attributes are case insensitive; don't...Gerald Carter1-2/+5
2003-05-16Well spotted typo by Marco Berger <MARCOB@voelcker.com>Andrew Bartlett1-1/+1
2003-05-16Fix from Alex Deiter <tiamat@komi.mts.ru>Simo Sorce1-1/+1
2003-05-16add metze's patch for smb_register functionsSimo Sorce1-1/+1
2003-05-14readding reverted changes during idmap merge (noticed by Andrew b.)Gerald Carter1-16/+33
2003-05-14fix group mapping in LDAP under new schemaGerald Carter1-35/+61