If nothing to do, return success. Fix from Aur?lien Degr?mont <adegremont@idealx...
[jra/samba/.git] / source3 / passdb /
2003-10-30 Jeremy AllisonIf nothing to do, return success. Fix from Aur?lien...
2003-10-24 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-10-22 Jeremy AllisonPut strcasecmp/strncasecmp on the banned list (except...
2003-10-22 Jeremy AllisonPut strcasecmp/strncasecmp on the banned list (except...
2003-10-17 Gerald Carter* fix some compile warnings in the gums code
2003-10-14 Simo Sorcesorry folks, forgot to cvs add/remove before commit.
2003-10-13 Simo SorceSo here it is a non-intrusive patch with my latest...
2003-10-10 Andrew BartlettMatch Samba 2.2, and make ACB_NORMAL the default ACB...
2003-10-10 Andrew BartlettMatch Samba 2.2, and make ACB_NORMAL the default ACB...
2003-10-09 Tim PotterMerge from 3.0:
2003-10-09 Tim PotterMerge from 3.0:
2003-10-06 Simo Sorcesplit some security related functions in their own...
2003-10-06 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-10-06 Simo Sorcesplit some security related functions in their own...
2003-10-03 Jeremy AllisonTypo in error message.
2003-10-02 Jeremy AllisonPortability fix from schmitz@hp.com (Joachim Schmitz...
2003-10-02 Jeremy AllisonPortability fix from schmitz@hp.com (Joachim Schmitz...
2003-10-02 Volker LendeckeMake pdb_ldap.c compile with SUN iPlanet headers. Wheth...
2003-09-21 Jelmer VernooijFix bug and do more error checking. Noticed by Wilco...
2003-09-20 Jelmer VernooijFix a bug and warn when configuration file values are...
2003-09-19 Alexander BokovoyFix pdb_mysql. Jelmer will look into details tonight.
2003-09-18 Jeremy AllisonThe "unknown_5" 32 bit field in the user structs is...
2003-09-18 Jeremy AllisonThe "unknown_5" 32 bit field in the user structs is...
2003-09-18 Jeremy AllisonOops. Proper fix for #470.
2003-09-18 Jeremy AllisonOops. Proper fix for #470.
2003-09-18 Jeremy AllisonFix for #470 - unable to display SIDs in ACLs.
2003-09-18 Jeremy AllisonFix for #470 - unable to display SIDs in ACLs.
2003-09-16 Jelmer VernooijFix typo. Found by Aurelien Degremont
2003-09-16 Jelmer VernooijFix typo. Found by Aurelien Degremont
2003-09-15 Tim PotterMerge from Samba 3.0:
2003-09-15 Tim PotterMerge from Samba 3.0:
2003-09-11 Gerald Carterremove getpwnam() calls from init_sam_from_xxx().
2003-09-10 Jeremy AllisonFix a nasty mess, and also bug #296. passdb/pdb_ldap...
2003-09-09 Gerald Carterremoving unused files
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-09-07 Volker LendeckeNobody complained on the team-list, so commit it ...
2003-09-06 Jelmer VernooijOnly set sids when they're retrurned by the MySQL query
2003-09-05 Jeremy AllisonMore tuning from cachegrind. Change most trim_string...
2003-08-27 Gerald Carterremove 'ldap trust ids' since there was no way for...
2003-08-27 Gerald CarterFix bug 327 (again and I think for the last time)....
2003-08-21 Gerald Carterfix for BUG 245; make sure we set the sid type when...
2003-08-15 Herb Lewisget rid of some sompiler warnings on IRIX
2003-08-13 Gerald Carter2 fixes
2003-08-11 Gerald Carterfix bug #281 by surrounding pdb_getgrgid() with become...
2003-08-06 Gerald Carterfix bug #208; have to get the gid of the user's primary...
2003-08-06 Gerald Carteroops; fix typo. Noticed by gcc warning
2003-08-05 Gerald Carterfix bug #245; local_lookupsid() needed to make a getpwu...
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-25 Tim PotterMore printf portability fixes. Got caught out by some...
2003-07-24 Tim PotterMore printf fixes - size_t is long on some architectures.
2003-07-23 Gerald Carterconvert snprintf() calls using pstrings & fstrings
2003-07-22 Gerald Carterremoving unused function
2003-07-22 Tim PotterFixup a bunch of printf-style functions and debugs...
2003-07-20 Rafal SzczesniakThis creates passdb backend files automatically when...
2003-07-19 Volker LendeckeFix memleak
2003-07-18 Volker LendeckeFix two memleaks in pdb_ldap.c.
2003-07-16 Volker LendeckeFix memleak
2003-07-16 Volker Lendecketypo
2003-07-16 Gerald Carterading new files from 3.0
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-07-16 Gerald Carterfixes for 'net rpc vampire'. I can now take a blank...
2003-07-15 Volker LendeckeFix memleaks
2003-07-15 Gerald Cartermake sure to fallback to rid algoruthm for users not...
2003-07-13 Simo Sorceuse the specific funtion we have to check if a SID...
2003-07-13 Volker LendeckeArgl. Thinking twice and looking at the rest of callers...
2003-07-13 Volker LendeckeWe have an API to compare the domain parts of two SIDs...
2003-07-11 Gerald Carterfix sid_to_[uid|gid] (spotted by Volker).
2003-07-11 Gerald Carterfix unitialised variable
2003-07-11 Gerald Cartermoving more code around.
2003-07-10 Gerald Carteri guess i'm the only one this ever annyoed...
2003-07-09 Jeremy AllisonFix up become_root/unbecome_root pairs needed around...
2003-07-08 Jeremy AllisonMoved SAM_ACCOUNT marshall/unmarshall functions to...
2003-07-07 Gerald CarterCleaning up linking issues. sam/idmap*.c only links in
2003-07-07 Jeremy AllisonFixed a couple of const issues with the new code.
2003-07-07 Gerald Carterand so it begins....
2003-07-06 Andrew BartlettFix ldapsam_getsampwsid to correctly only say 'no such...
2003-07-05 Andrew BartlettFix comment
2003-07-05 Andrew BartlettAdd some debug statments to our vampire code - try...
2003-07-05 Andrew BartlettFixes to our LDAP/vampire codepaths:
2003-07-04 Andrew BartlettThis patch cleans up some of our ldap code, for better...
2003-07-03 Jeremy AllisonRemoved strupper/strlower macros that automatically...
2003-07-02 Tim PotterUppercase first letter of debug level 0 statements.
2003-07-01 Gerald Carterremoving nisplussam
2003-07-01 Gerald Carterfix compile problem with nisplussam
2003-07-01 Volker LendeckeDifferent fix for memleak just committed. This belongs...
2003-07-01 Volker LendeckeFix two memory leaks. tdb_search_keys allocates space...
2003-07-01 Gerald Carter* revert change to get_global_sam_name()
2003-06-30 Gerald Carter* cleanup more DC name resolution issues in check_...
2003-06-30 Volker LendeckeAdd the 'guest' passdb backend automatically if
2003-06-25 Gerald Carterlarge change:
2003-06-25 Andrew BartlettPatch to move functions directly from pdb_ldap.c into...
2003-06-24 Andrew BartlettFix pdb_ldap segfaults, and wrong default values for...
2003-06-22 Simo SorceFound out a good number of NT_STATUS_IS_ERR used the...
2003-06-21 Volker LendeckeFix memory leak. secrets_fetch allocates memory.
2003-06-21 Andrew BartlettThis patch works towards to goal of common code shared...
2003-06-20 Jim McDonoughFix bug #136: "passdb backend = " caused smbd to segfault.
2003-06-18 Simo SorceOk, this patch removes the privilege stuff we had in...
2003-06-18 Volker LendeckeAnd some more memory leaks in mapping.c and pdb_tdb...
2003-06-18 Volker LendeckeBetter panic cleanly than segfault later when no sid...
2003-06-17 Volker LendeckeFix a memory leak in pdb_tdb.c.
next