Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r505: Break out algorithmic_gid_to_sid so that those of us who need it can us... | Richard Sharpe | 1 | -3/+19 |
2007-10-10 | r501: Fix a small cut-n-pasteo ... | Richard Sharpe | 1 | -1/+1 |
2007-10-10 | r316: Fix split_domain_name. This defaulted to get_myname() instead of | Volker Lendecke | 1 | -13/+0 |
2004-03-31 | Apply some const | Volker Lendecke | 1 | -1/+1 |
2004-02-20 | handle both 0 and -1 as disabling reset count and lockout duration | Jim McDonough | 1 | -4/+4 |
2004-02-19 | Clean up bad pw count and autolock flag update fn()s | Jim McDonough | 1 | -79/+95 |
2004-02-19 | Add bad pw count and autolock flag update fn()s | Jim McDonough | 1 | -2/+127 |
2004-02-19 | Add functions to get/set bad password time | Jim McDonough | 1 | -1/+2 |
2004-02-13 | Move tdbsam versioning/upgrade code into 3.0 | Jim McDonough | 1 | -15/+445 |
2004-02-12 | More sync between passdb on 3.0 and HEAD. | Jim McDonough | 1 | -6/+6 |
2004-02-12 | Start of merging HEAD changes. Right now, just move one fn() to eliminate | Jim McDonough | 1 | -67/+63 |
2004-02-09 | And another build fix. | Volker Lendecke | 1 | -2/+2 |
2004-02-09 | Fix the build & get rid of a compiler warning. | Volker Lendecke | 1 | -0/+3 |
2004-02-08 | Add static, and assert that we will never overflow the static fstring | Andrew Bartlett | 1 | -1/+4 |
2004-01-07 | Typo fix. | Rafal Szczesniak | 1 | -1/+1 |
2004-01-02 | JHT came up with a nasty (broken) torture case in preparing examples for | Andrew Bartlett | 1 | -1/+1 |
2003-12-11 | Fix uninitialized variable in passdb code. Reported by Andy Polyakov <appro@f... | Alexander Bokovoy | 1 | -1/+1 |
2003-12-10 | more group lookup access fixes on the neverending bug 281 | Gerald Carter | 1 | -6/+16 |
2003-11-24 | more access fixes for group enumeration in LDAP; bug 281 | Gerald Carter | 1 | -3/+14 |
2003-11-17 | * make sure we only enumerate group mapping entries | Gerald Carter | 1 | -14/+0 |
2003-10-10 | Match Samba 2.2, and make ACB_NORMAL the default ACB value. | Andrew Bartlett | 1 | -0/+7 |
2003-10-03 | Typo in error message. | Jeremy Allison | 1 | -1/+1 |
2003-09-18 | The "unknown_5" 32 bit field in the user structs is actually 2 16-bit | Jeremy Allison | 1 | -7/+13 |
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-11 | remove getpwnam() calls from init_sam_from_xxx(). | Gerald Carter | 1 | -29/+8 |
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 | 1 | -2/+2 |
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 | 1 | -0/+7 |
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-22 | Fixup a bunch of printf-style functions and debugs to use unsigned long when | Tim Potter | 1 | -3/+3 |
2003-07-16 | fixes for 'net rpc vampire'. I can now take a blank Samba host | Gerald Carter | 1 | -6/+0 |
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 | moving more code around. | Gerald Carter | 1 | -145/+26 |
2003-07-09 | Fix up become_root/unbecome_root pairs needed around local passdb | Jeremy Allison | 1 | -3/+17 |
2003-07-08 | Moved SAM_ACCOUNT marshall/unmarshall functions to make them externally | Jeremy Allison | 1 | -0/+435 |
2003-07-07 | Cleaning up linking issues. sam/idmap*.c only links in | Gerald Carter | 1 | -0/+114 |
2003-07-07 | Fixed a couple of const issues with the new code. | Jeremy Allison | 1 | -2/+2 |
2003-07-07 | and so it begins.... | Gerald Carter | 1 | -4/+198 |
2003-07-05 | Fixes to our LDAP/vampire codepaths: | Andrew Bartlett | 1 | -0/+4 |
2003-07-04 | This patch cleans up some of our ldap code, for better behaviour: | Andrew Bartlett | 1 | -1/+1 |