Age | Commit message (Expand) | Author | Files | Lines |
2003-11-06 | bug 624; make sure to set the GUEST SID rather than using the PDB_DEFAULT flag | Gerald Carter | 1 | -1/+1 |
2003-10-31 | Patch from Aur�lien Degr�mont <adegremont@idealx.com>. "entry" is dependent | Jeremy Allison | 1 | -2/+4 |
2003-10-30 | If nothing to do, return success. Fix from Aur?lien Degr?mont <adegremont@ide... | Jeremy Allison | 1 | -1/+1 |
2003-10-22 | Put strcasecmp/strncasecmp on the banned list (except for needed calls | Jeremy Allison | 2 | -2/+2 |
2003-10-10 | Match Samba 2.2, and make ACB_NORMAL the default ACB value. | Andrew Bartlett | 1 | -0/+7 |
2003-10-06 | split some security related functions in their own files. | Simo Sorce | 1 | -2/+2 |
2003-10-03 | Typo in error message. | Jeremy Allison | 1 | -1/+1 |
2003-10-02 | Portability fix from schmitz@hp.com (Joachim Schmitz). Bug #547. | Jeremy Allison | 1 | -0/+4 |
2003-10-02 | Make pdb_ldap.c compile with SUN iPlanet headers. Whether this works will be | Volker Lendecke | 1 | -1/+1 |
2003-09-20 | Fix a bug and warn when configuration file values are incorrect. Thanks to | Jelmer Vernooij | 1 | -10/+28 |
2003-09-19 | Fix pdb_mysql. Jelmer will look into details tonight. | Alexander Bokovoy | 1 | -3/+5 |
2003-09-18 | The "unknown_5" 32 bit field in the user structs is actually 2 16-bit | Jeremy Allison | 5 | -23/+75 |
2003-09-18 | Oops. Proper fix for #470. | Jeremy Allison | 1 | -18/+20 |
2003-09-18 | Fix for #470 - unable to display SIDs in ACLs. | Jeremy Allison | 1 | -2/+11 |
2003-09-16 | Fix typo. Found by Aurelien Degremont | Jelmer Vernooij | 1 | -1/+1 |
2003-09-11 | remove getpwnam() calls from init_sam_from_xxx(). | Gerald Carter | 2 | -61/+30 |
2003-09-10 | Fix a nasty mess, and also bug #296. passdb/pdb_ldap.c was not converting | Jeremy Allison | 1 | -250/+219 |
2003-09-07 | Nobody complained on the team-list, so commit it ... | Volker Lendecke | 1 | -0/+53 |
2003-09-06 | Only set sids when they're retrurned by the MySQL query | Jelmer Vernooij | 1 | -2/+2 |
2003-09-05 | More tuning from cachegrind. Change most trim_string() calls to trim_char(0, | Jeremy Allison | 2 | -5/+7 |
2003-08-27 | remove 'ldap trust ids' since there was no way for it to work now | Gerald Carter | 1 | -0/+5 |
2003-08-27 | Fix bug 327 (again and I think for the last time). Make sure that | Gerald Carter | 1 | -0/+488 |
2003-08-21 | fix for BUG 245; make sure we set the sid type when falling back to the rid a... | Gerald Carter | 1 | -1/+7 |
2003-08-15 | get rid of some sompiler warnings on IRIX | Herb Lewis | 4 | -12/+11 |
2003-08-13 | 2 fixes | Gerald Carter | 1 | -0/+48 |
2003-08-11 | fix bug #281 by surrounding pdb_getgrgid() with become/unbecome_root() | Gerald Carter | 1 | -1/+8 |
2003-08-06 | fix bug #208; have to get the gid of the user's primary group for %G | Gerald Carter | 2 | -1/+17 |
2003-08-06 | oops; fix typo. Noticed by gcc warning | Gerald Carter | 1 | -2/+2 |
2003-08-05 | fix bug #245; local_lookupsid() needed to make a getpwuid() call to get the u... | Gerald Carter | 1 | -9/+20 |
2003-07-25 | More printf portability fixes. Got caught out by some gcc'isms last | Tim Potter | 1 | -2/+2 |
2003-07-24 | More printf fixes - size_t is long on some architectures. | Tim Potter | 1 | -1/+1 |
2003-07-23 | convert snprintf() calls using pstrings & fstrings | Gerald Carter | 1 | -14/+14 |
2003-07-22 | removing unused function | Gerald Carter | 1 | -43/+0 |
2003-07-22 | Fixup a bunch of printf-style functions and debugs to use unsigned long when | Tim Potter | 2 | -15/+15 |
2003-07-20 | This creates passdb backend files automatically when adding first account. | Rafal Szczesniak | 2 | -3/+38 |
2003-07-19 | Fix memleak | Volker Lendecke | 1 | -3/+3 |
2003-07-18 | Fix two memleaks in pdb_ldap.c. | Volker Lendecke | 2 | -1/+13 |
2003-07-16 | Fix memleak | Volker Lendecke | 1 | -1/+4 |
2003-07-16 | typo | Volker Lendecke | 1 | -1/+1 |
2003-07-16 | fixes for 'net rpc vampire'. I can now take a blank Samba host | Gerald Carter | 1 | -6/+0 |
2003-07-15 | Fix memleaks | Volker Lendecke | 1 | -1/+6 |
2003-07-15 | make sure to fallback to rid algoruthm for users not in smbpasswd (e.g. force... | Gerald Carter | 1 | -7/+17 |
2003-07-13 | use the specific funtion we have to check if a SID belong to our domain | Simo Sorce | 1 | -12/+6 |
2003-07-13 | Argl. Thinking twice and looking at the rest of callers of sid_compare_domain | Volker Lendecke | 1 | -1/+6 |
2003-07-13 | We have an API to compare the domain parts of two SIDs, so use it. | Volker Lendecke | 1 | -6/+1 |
2003-07-11 | fix sid_to_[uid|gid] (spotted by Volker). | Gerald Carter | 1 | -1/+1 |
2003-07-11 | fix unitialised variable | Gerald Carter | 1 | -0/+6 |
2003-07-11 | moving more code around. | Gerald Carter | 4 | -781/+68 |
2003-07-10 | i guess i'm the only one this ever annyoed... | Gerald Carter | 1 | -2/+2 |
2003-07-09 | Fix up become_root/unbecome_root pairs needed around local passdb | Jeremy Allison | 1 | -3/+17 |