Age | Commit message (Expand) | Author | Files | Lines |
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 |
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-22 | Found out a good number of NT_STATUS_IS_ERR used the wrong way. | Simo Sorce | 1 | -1/+1 |
2003-06-18 | Ok, this patch removes the privilege stuff we had in, unused, for some time. | Simo Sorce | 1 | -4/+4 |
2003-05-14 | spelling | Tim Potter | 1 | -2/+2 |
2003-05-13 | Restore a number of fixes that idra removed when he merged his | Andrew Bartlett | 1 | -8/+2 |
2003-05-12 | And finally IDMAP in 3_0 | Simo Sorce | 1 | -238/+84 |
2003-05-07 | Fix irritating typo - non arg functions should be fn(void). | Jeremy Allison | 1 | -1/+1 |
2003-05-07 | Set our 'global sam name' in one place. For domain controllers, this is | Andrew Bartlett | 1 | -6/+8 |
2003-04-29 | Use a common function to create the SAM_ACCOUNT being used to add accounts | Andrew Bartlett | 1 | -25/+36 |
2003-04-28 | The RID must be 'SET', not 'DEFAULT' or we won't set it into LDAP, and try | Andrew Bartlett | 1 | -2/+2 |
2003-04-22 | Remove ldapsam_search_one_user_by_uid from pdb_ldap. | Andrew Bartlett | 1 | -3/+2 |
2003-02-24 | Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0. | Andrew Bartlett | 1 | -7/+4 |
2003-01-04 | Merge from HEAD - we already have one function for converting a unistr2 to a | Andrew Bartlett | 1 | -17/+0 |
2003-01-04 | Merge from HEAD - don't base RID on a name being the lp_guest_account(), let | Andrew Bartlett | 1 | -2/+0 |
2003-01-03 | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 1 | -2/+2 |
2002-12-20 | Forward port the change to talloc_init() to make all talloc contexts | Jeremy Allison | 1 | -1/+1 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -8/+6 |
2002-11-07 | Jeremy the janitor again... keeping 3.0 in sync with tridge's changes this | Jeremy Allison | 1 | -0/+3 |
2002-11-05 | Merge vl's 'algorithmic rid base' patch, and my changes to pdb_smbpasswd's NUA | Andrew Bartlett | 1 | -4/+27 |
2002-11-02 | Merge passdb from HEAD -> 3.0 | Andrew Bartlett | 1 | -35/+34 |
2002-09-26 | sync with HEAD | Gerald Carter | 1 | -1/+1 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -23/+47 |