Age | Commit message (Expand) | Author | Files | Lines |
2003-05-12 | Fix compiler warnings. | Jeremy Allison | 1 | -1/+0 |
2003-05-10 | Reverse previous patch from Stefan and me after comments by Andrew Bartlett. | Jelmer Vernooij | 1 | -3/+0 |
2003-05-10 | Patch from metze and me that adds dummy smb_register_*() functions | Jelmer Vernooij | 1 | -0/+3 |
2003-05-01 | init wellknown in pdbedit too | Simo Sorce | 1 | -0/+6 |
2003-05-01 | *id_to_*id call reshape to return NTSTATUS errors | Simo Sorce | 1 | -0/+2 |
2003-04-29 | This is a nice rewrite: | Simo Sorce | 1 | -33/+15 |
2003-04-29 | Merge 3.0's change to how we add users onto HEAD, including a few other bits | Andrew Bartlett | 1 | -12/+4 |
2003-04-26 | let's suppose I want to specify exactly which SID a user should have ... | Simo Sorce | 1 | -5/+74 |
2003-03-30 | - Point users at the HOWTO Collection instead of 'README' in modules/mysql.c | Jelmer Vernooij | 1 | -2/+0 |
2003-03-24 | Revoke some of the popt patch from metze I applied earlier today. It added | Jelmer Vernooij | 1 | -1/+1 |
2003-03-24 | Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changes | Jelmer Vernooij | 1 | -3/+1 |
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-23 | Move -V to -C to prevent conflict with -V for version | Jelmer Vernooij | 1 | -1/+2 |
2003-03-15 | Truncate the machinename manually, so as not to generate level 0 debugs for | Andrew Bartlett | 1 | -10/+12 |
2003-02-27 | - Rename 'modules = ' to 'preload modules = ' | Jelmer Vernooij | 1 | -2/+1 |
2003-02-07 | Revert Flag testing upon abartlet's request ;-) | Volker Lendecke | 1 | -3/+5 |
2003-02-06 | Make account flags editable with pdbedit. | Volker Lendecke | 1 | -4/+22 |
2003-01-07 | Fix memory leak. Thanks, Herb! | Volker Lendecke | 1 | -0/+1 |
2003-01-07 | Create a machine account correctly if the unix account exists. | Volker Lendecke | 1 | -4/+14 |
2003-01-02 | BIG patch... | 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-13 | Don't crash when there are no arguments specified | Jelmer Vernooij | 1 | -1/+4 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -13/+4 |
2002-10-21 | I was somewhat annoyed by 'pdbedit -a vl' spitting an error message | Volker Lendecke | 1 | -1/+7 |
2002-10-12 | Nice *big* patch from metze. | Andrew Bartlett | 1 | -15/+15 |
2002-10-05 | Add more common options to popt_common - and start using | Jelmer Vernooij | 1 | -19/+7 |
2002-09-26 | move all the passdb internal interface to NTSTATUS | Simo Sorce | 1 | -13/+13 |
2002-08-21 | pdbedit needs global_myname to be set in order to display the | Volker Lendecke | 1 | -1/+12 |
2002-08-15 | *** empty log message *** | Simo Sorce | 1 | -87/+175 |
2002-08-04 | passwords where not checked (you cannot check if the same buffer differs from... | Simo Sorce | 1 | -6/+18 |
2002-07-28 | Add the ability to set account policies too. | Andrew Bartlett | 1 | -7/+25 |
2002-07-24 | Make it possible to query account policy values from pdbedit (set to come soon). | Andrew Bartlett | 1 | -11/+29 |
2002-07-21 | Fix up dir drive call. | Tim Potter | 1 | -1/+1 |
2002-07-21 | Another smattering of static and const | Andrew Bartlett | 1 | -1/+1 |
2002-07-14 | Show the account flags in the 'verbose' listing of pdbedit. | Andrew Bartlett | 1 | -0/+2 |
2002-06-14 | Kill useless cast | Andrew Bartlett | 1 | -2/+2 |
2002-06-14 | Patch from ctrlsoft to make the pluggable passdb subsystem use an lp_list | Andrew Bartlett | 1 | -10/+12 |
2002-06-13 | Latest patch from metze <metze@metzemix.de> to move most of samba across | Andrew Bartlett | 1 | -4/+6 |
2002-05-24 | Some of the updates from ctrlsoft's 'Various' patch: | Andrew Bartlett | 1 | -12/+12 |
2002-05-18 | so here it is the code to introduce seriously debugggging classes. | Simo Sorce | 1 | -1/+2 |
2002-05-10 | Allow -c to specify the location of the config file, and fix up some handling | Andrew Bartlett | 1 | -13/+15 |
2002-04-26 | fix compile error | Herb Lewis | 1 | -1/+6 |
2002-04-15 | Another patch from jelmer: | Andrew Bartlett | 1 | -31/+37 |
2002-04-13 | More updates from ctrlsoft. (Jelmer Vernooij <jelmer@nl.linux.org>) | Andrew Bartlett | 1 | -8/+32 |
2002-04-13 | This is the 'multiple pdb backends' patch from ctrlsoft, aka Jelmer Vernooij | Andrew Bartlett | 1 | -318/+110 |
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 |