Age | Commit message (Expand) | Author | Files | Lines |
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 |
2003-07-08 | Moved SAM_ACCOUNT marshall/unmarshall functions to make them externally | Jeremy Allison | 2 | -401/+438 |
2003-07-07 | Cleaning up linking issues. sam/idmap*.c only links in | Gerald Carter | 2 | -1/+115 |
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 | 2 | -6/+206 |
2003-07-06 | Fix ldapsam_getsampwsid to correctly only say 'no such user' when indeed there | Andrew Bartlett | 1 | -13/+13 |
2003-07-05 | Fix comment | Andrew Bartlett | 1 | -1/+1 |
2003-07-05 | Add some debug statments to our vampire code - try to make it easier to track | Andrew Bartlett | 3 | -9/+28 |
2003-07-05 | Fixes to our LDAP/vampire codepaths: | Andrew Bartlett | 3 | -11/+61 |
2003-07-04 | This patch cleans up some of our ldap code, for better behaviour: | Andrew Bartlett | 2 | -388/+394 |
2003-07-03 | Removed strupper/strlower macros that automatically map to strupper_m/strlowe... | Jeremy Allison | 2 | -15/+15 |
2003-07-02 | Uppercase first letter of debug level 0 statements. | Tim Potter | 1 | -2/+2 |
2003-07-01 | removing nisplussam | Gerald Carter | 1 | -1524/+0 |
2003-07-01 | fix compile problem with nisplussam | Gerald Carter | 1 | -13/+18 |
2003-07-01 | Different fix for memleak just committed. This belongs into | Volker Lendecke | 1 | -2/+0 |
2003-07-01 | Fix two memory leaks. tdb_search_keys allocates space for the key | Volker Lendecke | 1 | -0/+2 |
2003-07-01 | * revert change to get_global_sam_name() | Gerald Carter | 1 | -2/+23 |
2003-06-30 | * cleanup more DC name resolution issues in check_*domain_security() | Gerald Carter | 1 | -4/+7 |
2003-06-30 | Add the 'guest' passdb backend automatically if | Volker Lendecke | 1 | -0/+25 |
2003-06-25 | large change: | Gerald Carter | 2 | -3/+2 |
2003-06-25 | Patch to move functions directly from pdb_ldap.c into lib/smbldap.c | Andrew Bartlett | 1 | -718/+8 |
2003-06-24 | Fix pdb_ldap segfaults, and wrong default values for ldapsam_compat. | Andrew Bartlett | 1 | -4/+3 |
2003-06-22 | Found out a good number of NT_STATUS_IS_ERR used the wrong way. | Simo Sorce | 3 | -4/+4 |
2003-06-21 | Fix memory leak. secrets_fetch allocates memory. | Volker Lendecke | 1 | -0/+2 |
2003-06-21 | This patch works towards to goal of common code shared between idmap_ldap | Andrew Bartlett | 1 | -261/+359 |
2003-06-20 | Fix bug #136: "passdb backend = " caused smbd to segfault. | Jim McDonough | 1 | -0/+5 |