Age | Commit message (Expand) | Author | Files | Lines |
2003-04-14 | Merge Jelmer's popt updates from HEAD. | Tim Potter | 1 | -5/+4 |
2003-03-23 | Implement abartlet's suggestion to add attribs to ldap if they | Volker Lendecke | 1 | -6/+0 |
2003-03-23 | This does two things: | Volker Lendecke | 1 | -1/+37 |
2003-03-18 | Jeremy merged across my string parinoia fixes, but forgot to enable them! :-) | Andrew Bartlett | 1 | -10/+12 |
2003-02-07 | Invert flag testing | Volker Lendecke | 1 | -3/+5 |
2003-02-06 | merge from HEAD | Volker Lendecke | 1 | -4/+22 |
2003-01-07 | Fix memory leak. Thanks, Herb! | Volker Lendecke | 1 | -0/+1 |
2003-01-07 | Merge from HEAD. | Volker Lendecke | 1 | -4/+14 |
2003-01-03 | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 1 | -12/+16 |
2002-12-28 | Revert by Simo's request. HEAD and 3.0 should be in sync for | Jeremy Allison | 1 | -10/+2 |
2002-12-28 | Patch for coredump with missing arg from "Bradley W. Langhorst" <brad@langhor... | Jeremy Allison | 1 | -1/+8 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -13/+4 |
2002-11-02 | Merge passdb from HEAD -> 3.0 | Andrew Bartlett | 1 | -15/+15 |
2002-10-28 | sync with head... | Jelmer Vernooij | 1 | -19/+13 |
2002-09-26 | sync with HEAD | Gerald Carter | 1 | -13/+13 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -1/+12 |
2002-08-17 | sync 3.0 branch with HEAD | Jelmer Vernooij | 1 | -90/+226 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -351/+187 |
2002-03-19 | second step to gain free uid<->rid mapping | Simo Sorce | 1 | -0/+2 |
2002-03-18 | more verbose checking in talloc and util_pw | Simo Sorce | 1 | -9/+10 |
2002-01-31 | Initialise some SAM_ACCOUNT structs to NULL, and add some more error checking. | Andrew Bartlett | 1 | -6/+14 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-27 | Give pdbedit a -D paramater for setting the DEBUGLEVEL (makes debugging passdb | Andrew Bartlett | 1 | -5/+10 |
2002-01-26 | Try to get the compiler not to complain about assignments and truth values... | Andrew Bartlett | 1 | -2/+1 |
2002-01-23 | getpwnam -> getpwnam_alloc. | Andrew Bartlett | 1 | -6/+10 |
2002-01-20 | This is another *BIG* change... | Andrew Bartlett | 1 | -35/+26 |
2002-01-15 | Change the passdb interface to use allocated strings. | Andrew Bartlett | 1 | -1/+1 |
2002-01-07 | merge changes from 2.2 branch to prevent smb.conf from changing debug level | Herb Lewis | 1 | -0/+4 |
2002-01-02 | Actually enforce the passdb API. | Andrew Bartlett | 1 | -2/+2 |
2001-12-31 | reverted to 1.24 and manually merged in changes from 2.2 | Gerald Carter | 1 | -194/+71 |
2001-12-31 | fix compile error | Gerald Carter | 1 | -1/+3 |
2001-12-31 | some merges from 2.2. Still need to merge in changes from pdb_tdb.c | Gerald Carter | 1 | -74/+199 |
2001-12-27 | moving SAM_ACCOUNT to include a bit field for initialized | Gerald Carter | 1 | -9/+9 |
2001-11-25 | Minor typos | Volker Lendecke | 1 | -2/+2 |
2001-11-23 | Removed TimeInit() call from every client program (except for one place | Tim Potter | 1 | -2/+0 |
2001-11-19 | Store some path names in global variables initialized to configure | Martin Pool | 1 | -3/+2 |
2001-11-04 | Fix up pdbedit so that it at least compiles without warnings. | Andrew Bartlett | 1 | -92/+61 |
2001-11-03 | Added NT_USER_TOKEN into server_info to fix extra groups problem. | Jeremy Allison | 1 | -4/+4 |
2001-10-29 | clear errno before a call, tdbsam will not update it. | Simo Sorce | 1 | -1/+1 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -1/+0 |
2001-09-30 | Don't try to write the LM password in the NT password feild. | Andrew Bartlett | 1 | -1/+0 |
2001-09-29 | Fix up a number of intertwined issues: | Andrew Bartlett | 1 | -18/+18 |
2001-09-27 | Removed smbpasswd_XX call (how did this get re-added, I removed all | Jeremy Allison | 1 | -1/+1 |
2001-09-27 | Sync 2.2.2 and HEAD (I will keep these the same if it kills me :-). | Jeremy Allison | 1 | -127/+103 |
2001-09-27 | Major update to pdbedit's import and export code, in line with reqests for it | Andrew Bartlett | 1 | -81/+83 |
2001-09-26 | Fix up pdbedit to initialise its structures with the standard functions, | Andrew Bartlett | 1 | -40/+52 |
2001-09-06 | Started a cleanup of smbpasswd related stuff. I've created a new file | Tim Potter | 1 | -12/+16 |
2001-08-28 | Fixed typo in comment. | Tim Potter | 1 | -3/+1 |
2001-07-12 | Changed instances of TRUE, FALSE to True, False as some compilers don't | Tim Potter | 1 | -23/+23 |
2001-07-04 | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 1 | -2/+2 |