Age | Commit message (Expand) | Author | Files | Lines |
2002-03-15 | Add autodetect for net join, as well as some more help updates | Jim McDonough | 1 | -1/+18 |
2002-03-15 | Some help cleanups. Formatting and consistency issues. Line up text nicely,... | Jim McDonough | 5 | -83/+108 |
2002-03-15 | the SEC_DOMAIN tests also apply to SEC_ADS | Andrew Tridgell | 1 | -2/+2 |
2002-03-15 | nicer output from "net rpc user add" | Andrew Tridgell | 1 | -0/+6 |
2002-03-14 | Add paged search requests to net ads user and net ads group commands, allowin... | Jim McDonough | 1 | -21/+32 |
2002-03-14 | getpid() -> sys_getpid() | Tim Potter | 1 | -1/+1 |
2002-03-12 | Yet another build fix for popt. I gotta get me one of these picky systems... | Jim McDonough | 1 | -1/+1 |
2002-03-11 | Another program converted to popt...smbstatus this time. | Jim McDonough | 1 | -30/+23 |
2002-03-10 | try to use our workstation account password for ADS leave | Andrew Tridgell | 1 | -4/+11 |
2002-03-02 | Allow Samba to trust NT4 Domains. | Andrew Bartlett | 1 | -1/+3 |
2002-03-01 | The beginning of trusted and trusting domain support from | Andrew Bartlett | 2 | -15/+411 |
2002-02-26 | Fixup the sending of printer change messages from job changes. | Jeremy Allison | 1 | -2/+8 |
2002-02-16 | dont strdup() possibly null values. | Andrew Bartlett | 1 | -1/+3 |
2002-02-16 | int -> uint32 fixes from andreas | Tim Potter | 1 | -4/+4 |
2002-02-15 | Subject: | Andrew Bartlett | 1 | -1/+1 |
2002-02-03 | Make smbgroupedit a little easier on the user. | Andrew Bartlett | 1 | -15/+59 |
2002-02-02 | Add support for net ads printer to publish, remove, or display printer info i... | Jim McDonough | 1 | -0/+167 |
2002-01-31 | Fix from Michael Steffens <michael_steffens@hp.com> to make signal | Jeremy Allison | 1 | -2/+2 |
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 | 21 | -32/+13 |
2002-01-29 | Since we have dynamic initialisation in the group mapping code, make | Tim Potter | 1 | -5/+0 |
2002-01-27 | Give pdbedit a -D paramater for setting the DEBUGLEVEL (makes debugging passdb | Andrew Bartlett | 1 | -5/+10 |
2002-01-26 | Back out some of the less well thought out ideas from last weeks work on | Andrew Bartlett | 1 | -5/+2 |
2002-01-26 | The new plugable password backend system needs to be initialised after | Andrew Bartlett | 1 | -5/+5 |
2002-01-26 | Try to get the compiler not to complain about assignments and truth values... | Andrew Bartlett | 1 | -2/+1 |
2002-01-25 | Enable net ads commands to use existing tickets if the user doesn't specify a... | Jim McDonough | 2 | -4/+21 |
2002-01-23 | getpwnam -> getpwnam_alloc. | Andrew Bartlett | 1 | -6/+10 |
2002-01-20 | This is another *BIG* change... | Andrew Bartlett | 2 | -40/+26 |
2002-01-20 | This patch makes the 'winbind use default domain' code interact better with | Andrew Bartlett | 1 | -5/+14 |
2002-01-16 | much better support for organisational units in ADS join | Andrew Tridgell | 1 | -3/+7 |
2002-01-15 | Change the passdb interface to use allocated strings. | Andrew Bartlett | 1 | -1/+1 |
2002-01-10 | Quieten warning about uninitialized variable. | Martin Pool | 1 | -1/+3 |
2002-01-09 | Add two more memory-debug smbcontrol messages: these ones should | Martin Pool | 1 | -6/+17 |
2002-01-07 | merge changes from 2.2 branch to prevent smb.conf from changing debug level | Herb Lewis | 6 | -0/+23 |
2002-01-07 | sync getopt() args with 2.2 | Gerald Carter | 1 | -1/+1 |
2002-01-04 | print the timezone in the same format as 'date +%z' - much better for scripting | Andrew Tridgell | 1 | -5/+8 |
2002-01-03 | Cleanup format. | Martin Pool | 1 | -1/+1 |
2002-01-03 | smbd now sends a reply to MSG_REQ_POOL_USAGE, though it's pretty | Martin Pool | 1 | -1/+2 |
2002-01-03 | smbd should register to receive MSG_REQ_POOL_USAGE. Response should | Martin Pool | 1 | -2/+0 |
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 | Add 'net rpc shutdown' and 'net rpc abortshutdown'. | Andrew Bartlett | 3 | -7/+177 |
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-30 | Add a pile of doxygen style comments to various parts of Samba. Many of these | Andrew Bartlett | 2 | -50/+236 |
2001-12-27 | moving SAM_ACCOUNT to include a bit field for initialized | Gerald Carter | 1 | -9/+9 |
2001-12-21 | smbcontrol in non-interactive mode was returning True for success -- | Martin Pool | 1 | -1/+4 |
2001-12-21 | Add option to pass NULL max_replies to wait_for_replies in case you | Martin Pool | 1 | -4/+7 |
2001-12-21 | Add code to send MSG_REQ_POOL_USAGE. (smbd doesn't respond yet.) | Martin Pool | 1 | -15/+57 |
2001-12-20 | make sure we store the domain sid when joining a ADS domain | Andrew Tridgell | 1 | -0/+12 |