Age | Commit message (Expand) | Author | Files | Lines |
2002-04-14 | Partly based on the work by mimir (Rafal Szczesniak | Andrew Bartlett | 1 | -18/+22 |
2002-04-14 | Fixed debugs. | Tim Potter | 1 | -2/+2 |
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-04-10 | Rename of ads_do_search_all2() to ads_do_search_all() and removal of | Jim McDonough | 1 | -23/+11 |
2002-04-10 | Add a few option externs for net_ads.c | Jim McDonough | 1 | -0/+4 |
2002-04-10 | fixed a return value for a help function | Andrew Tridgell | 1 | -0/+1 |
2002-04-07 | Spelling. | Tim Potter | 1 | -1/+1 |
2002-04-05 | Use the new ads_do_search_all2 function. It provides sorted results. We now | Jim McDonough | 1 | -30/+18 |
2002-04-05 | Lots more net consistency work: | Jim McDonough | 5 | -117/+470 |
2002-04-04 | Multiple changes: | Jim McDonough | 1 | -11/+16 |
2002-04-04 | Cleanups to make auto-detection of method on net user smoother. | Jim McDonough | 1 | -5/+10 |
2002-04-04 | More updates for auto-detecting server connection method. Added net_ads_check() | Jim McDonough | 1 | -5/+38 |
2002-04-04 | Add non-ads version of net_ads_help for build on non-ads machines. | Jim McDonough | 1 | -0/+6 |
2002-04-04 | Correct error string function call to ads_errstr() | Jim McDonough | 1 | -3/+3 |
2002-04-04 | Add ability to get specific net ads subcommand help. Not all have been | Jim McDonough | 1 | -1/+1 |
2002-04-04 | Add net ads user subcommands: add delete info. Also make user listing format | Jim McDonough | 1 | -12/+169 |
2002-04-03 | reorder useage message a little. -L is not a root-only or local mode option. | Herb Lewis | 1 | -7/+8 |
2002-04-02 | readd -c config file change from 2.2 - works with -L mode now as well. | Herb Lewis | 1 | -180/+178 |
2002-04-01 | reverted Herbs smbpasswd commit as it completely broke setting a | Andrew Tridgell | 1 | -178/+181 |
2002-03-30 | merge from 2.2 - allow -c option to specify smb.conf file | Herb Lewis | 1 | -181/+178 |
2002-03-29 | Re-implemented net ads user and net ads group to use the new | Jim McDonough | 2 | -22/+54 |
2002-03-29 | added a shutdown command to smbcontrol. | Jean-François Micouleau | 1 | -0/+6 |
2002-03-27 | merge from 2.2 - don't check local passdb if -r option used | Herb Lewis | 1 | -1/+3 |
2002-03-23 | Join as a server trust account if the server role is either PDC or BDC. | Andrew Bartlett | 1 | -1/+1 |
2002-03-23 | Fix the mp3 rename bug - also tidy up our open code and remove the special | Jeremy Allison | 1 | -2/+3 |
2002-03-21 | There is no reason we can't join a domain with secuirty=user. In fact we | Andrew Bartlett | 1 | -5/+0 |
2002-03-21 | make net ads info work with -S | Andrew Tridgell | 1 | -4/+5 |
2002-03-19 | make "net ads user" and "net ads group" also use the new paged interface | Andrew Tridgell | 1 | -30/+16 |
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-03-17 | Renamed get_nt_error_msg() to nt_errstr(). | Tim Potter | 3 | -13/+13 |
2002-03-16 | Fix build for non-ads case | Jim McDonough | 1 | -0/+5 |
2002-03-16 | Don't use // even temporarily, lest ye forget it and check it in... | Jim McDonough | 1 | -3/+3 |
2002-03-15 | Change new style join function name for clarity in net_rpc.c | Jim McDonough | 1 | -1/+1 |
2002-03-15 | Change net rpc join several ways: \n\t1) expose \n\t2) eliminate oldstyle sub... | Jim McDonough | 1 | -16/+17 |
2002-03-15 | Expose net_ads_join to allow for auto-transport-detection for net join | Jim McDonough | 1 | -1/+1 |
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 |