Age | Commit message (Expand) | Author | Files | Lines |
2009-06-28 | Turn the pdb_rid_algorithm into a capabilities call that returns flags | Volker Lendecke | 1 | -3/+3 |
2009-05-26 | Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT | Volker Lendecke | 1 | -1/+1 |
2009-03-07 | Shape up pdb_search a bit by making it a talloc ctx with a destructor | Volker Lendecke | 1 | -5/+4 |
2009-01-14 | Fix bug #6035 - Possible race between fcntl F_SETLKW and alarm delivery. | Jeremy Allison | 1 | -1/+1 |
2008-03-17 | Coverity fixes | Marc VanHeyningen | 1 | -2/+4 |
2008-02-04 | Fix valgrind errors | Volker Lendecke | 1 | -1/+17 |
2007-12-26 | Remove the sampwent interface | Volker Lendecke | 1 | -76/+0 |
2007-12-26 | smbpasswd_search_users | Volker Lendecke | 1 | -0/+114 |
2007-12-15 | Replace sid_string_static by sid_string_dbg in DEBUGs | Volker Lendecke | 1 | -5/+6 |
2007-11-20 | More pstring elimination. | Jeremy Allison | 1 | -28/+44 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -14/+14 |
2007-10-10 | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r22001: change prototype of dump_data(), so that it takes unsigned char * now, | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r20998: Fix debug message | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r18703: Fix the annoying effect that happens when nscd is running: | Günther Deschner | 1 | -0/+4 |
2007-10-10 | r17673: volker's patch for re-adding Getpwnam() lookups to smbpasswd backend ... | Gerald Carter | 1 | -5/+1 |
2007-10-10 | r17592: Remove some unused functions pointed out by John E. Malmberg, make | Volker Lendecke | 1 | -0/+46 |
2007-10-10 | r17246: BUG 3964: lower case username prior to getpwnam() call in smbpasswd | Gerald Carter | 1 | -1/+5 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -14/+13 |
2007-10-10 | r16155: Janitor for jelmer. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r13679: Commiting the rm_primary_group.patch posted on samba-technical | Gerald Carter | 1 | -4/+10 |
2007-10-10 | r13622: Allow to rename machine accounts in a Samba Domain. This still uses the | Günther Deschner | 1 | -3/+5 |
2007-10-10 | r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new() | Gerald Carter | 1 | -12/+4 |
2007-10-10 | r13576: This is the beginnings of moving the SAM_ACCOUNT data structure | Gerald Carter | 1 | -22/+22 |
2007-10-10 | r13571: Replace all calls to talloc_free() with thye TALLOC_FREE() | Gerald Carter | 1 | -2/+2 |
2007-10-10 | r13460: by popular demand.... | Gerald Carter | 1 | -7/+5 |
2007-10-10 | r13316: Let the carnage begin.... | Gerald Carter | 1 | -11/+11 |
2007-10-10 | r11256: Remove use of long long and strtoll in libsmbclient (we | Jeremy Allison | 1 | -1/+0 |
2007-10-10 | r11236: Implement user rename for smbpasswd and ldap backends. Some cleanup on | Jim McDonough | 1 | -0/+57 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -9/+13 |
2007-10-10 | r4847: Hand over a acb_mask to pdb_setsampwent in load_sampwd_entries(). | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r2317: Fixup error messages and reformat. | Jeremy Allison | 1 | -903/+922 |
2007-10-10 | r2312: Fix for bugid #1667, smbpasswd file could be left locked on | Jeremy Allison | 1 | -0/+2 |
2007-10-10 | r1869: Rename "fallback_XXXX" mapping to "algorithmic_XXX" as | Jeremy Allison | 1 | -3/+3 |
2003-10-22 | Put strcasecmp/strncasecmp on the banned list (except for needed calls | Jeremy Allison | 1 | -1/+1 |
2003-10-02 | Portability fix from schmitz@hp.com (Joachim Schmitz). Bug #547. | Jeremy Allison | 1 | -0/+4 |
2003-07-20 | This creates passdb backend files automatically when adding first account. | Rafal Szczesniak | 1 | -2/+19 |
2003-07-11 | moving more code around. | Gerald Carter | 1 | -94/+18 |
2003-07-02 | Uppercase first letter of debug level 0 statements. | Tim Potter | 1 | -2/+2 |
2003-06-17 | Make static (patch from metze) | Jelmer Vernooij | 1 | -1/+1 |
2003-06-17 | The return value of init_module functions is NTSTATUS, not int | Jelmer Vernooij | 1 | -3/+2 |
2003-06-16 | Quieten debug message. | Tim Potter | 1 | -1/+1 |
2003-05-27 | I'm pretty sure these uint32's should be uid_t's. Can the passdb guys | Tim Potter | 1 | -2/+2 |
2003-05-13 | Restore a number of fixes that idra removed when he merged his | Andrew Bartlett | 1 | -1/+1 |
2003-05-13 | Try to fix up some code in pdb_smbpasswd that assumed we still had a 'uid'. | Andrew Bartlett | 1 | -12/+22 |
2003-05-12 | And finally IDMAP in 3_0 | Simo Sorce | 1 | -42/+17 |
2003-05-07 | Set our 'global sam name' in one place. For domain controllers, this is | Andrew Bartlett | 1 | -1/+1 |