summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
...
| * Add 'net rpc getsid' to fetch the PDC's SID into the local secrets.tdbVolker Lendecke2002-08-211-1/+55
| * just comment typosVolker Lendecke2002-08-211-15/+15
| * Fix debug level initialization for net.cVolker Lendecke2002-08-211-1/+1
| * print out the GUID in the CLDAP replyAndrew Tridgell2002-08-191-12/+11
| * we now parse the cldap reply and print its contents. There are aAndrew Tridgell2002-08-191-4/+82
| * we now receive and parse the main cldap netlogon reply.Andrew Tridgell2002-08-191-10/+88
| * added a 'net ads lookup' command that does a CLDAP NetLogon query to aAndrew Tridgell2002-08-192-0/+121
| * *** empty log message ***Simo Sorce2002-08-151-87/+175
| * Merge some usage info from APPLIANCE_HEAD.Tim Potter2002-08-111-0/+3
| * Fix the %m security bug again - and try to make it harder to reintroduce inAndrew Bartlett2002-08-101-4/+5
| * fixed 'net ads chostpass' for new ads structuresAndrew Tridgell2002-08-061-1/+11
| * added 'net rpc testjoin' and 'net ads testjoin' commandsAndrew Tridgell2002-08-053-20/+125
| * This fixes a number of ADS problems, particularly with netbioslessAndrew Tridgell2002-08-053-31/+63
| * passwords where not checked (you cannot check if the same buffer differs from...Simo Sorce2002-08-041-6/+18
| * Merge of print notify fixes from APPLIANCE_HEAD.Tim Potter2002-08-021-0/+17
| * fixed a net crash bug if we can't find a DC in a 'net rpc' commandAndrew Tridgell2002-07-311-0/+4
| * make sure that 'net ads info' gives info on the server we specify, notAndrew Tridgell2002-07-311-0/+4
| * net ads info now reports the IP of the LDAP server as well as its name - very...Andrew Tridgell2002-07-301-0/+1
| * Use common popt definition for -d option.Tim Potter2002-07-292-3/+2
| * Add the ability to set account policies too.Andrew Bartlett2002-07-281-7/+25
| * Clean this code up a little. If it's alrady asprintf()ed, I see noAndrew Bartlett2002-07-281-2/+3
| * Rafal 'Mimir' Szczesniak <mimir@diament.ists.pwr.wroc.pl> has been busyAndrew Bartlett2002-07-272-54/+307
| * Mimir has been busy with patches again, and sent in the followingAndrew Bartlett2002-07-261-2/+4
| * Make it possible to query account policy values from pdbedit (set to come soon).Andrew Bartlett2002-07-241-11/+29
| * Fix up dir drive call.Tim Potter2002-07-211-1/+1
| * More cleanups, and add a comment/hint not to clean somthing up in future :-)Andrew Bartlett2002-07-211-8/+0
| * Another smattering of static and constAndrew Bartlett2002-07-213-3/+3
| * Renamed all the new_cli_netlogon_* functions to cli_netlogon_*Tim Potter2002-07-211-1/+1
| * Oops, my bad. I forgot to assign this, so lookupnames wasn't doing much :-)Andrew Bartlett2002-07-201-0/+1
| * More fixes towards warnings on the IRIX compilerAndrew Bartlett2002-07-201-3/+5
| * correctly declare global_myworkgroup to be the right size.Andrew Bartlett2002-07-201-1/+1
| * Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had aAndrew Bartlett2002-07-202-5/+6
| * Update the usage for smbgroupedit to document -d for 'description'.Andrew Bartlett2002-07-201-0/+2
* | sync 3.0 branch with HEADJelmer Vernooij2002-08-1713-218/+784
* | updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-1518-900/+1786
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2002-07-141-0/+1
|\|
| * Show the account flags in the 'verbose' listing of pdbedit.Andrew Bartlett2002-07-141-0/+2
| * move opt_machine_pass to keep some compilers happyAndrew Tridgell2002-07-141-1/+1
| * added useful 'net rpc info' commandAndrew Tridgell2002-07-131-0/+76
| * added --machine-pass option to net. This allows you to authenticate asAndrew Tridgell2002-07-131-1/+21
| * This makes smbcacls a bit easier to use and debug.Andrew Bartlett2002-07-131-8/+15
| * make net join a bit less verboseAndrew Tridgell2002-06-281-1/+1
| * Proper merge of all the working printing stuff from APPLIANCE_HEAD.Jeremy Allison2002-06-281-14/+96
| * This commit finally gives us multiple wins server groups. We nowAndrew Tridgell2002-06-261-2/+2
| * Update cli_full_connection() to take a 'flags' paramater, and try to get aAndrew Bartlett2002-06-253-73/+18
| * Add a .cvsignore fileAndrew Bartlett2002-06-251-0/+1
| * Break up samba's object dependencies, and its prototype includes.Andrew Bartlett2002-06-252-0/+3
| * Support utf8 on the wire for ads ldap. DN's are converted, as well as strings,Jim McDonough2002-06-241-10/+20
| * Don't use uint. It doesn't exist on some platforms and we don't define it.Jeremy Allison2002-06-211-1/+1
| * Cope with the requirement for constant initialisers on some unix C compilers.Andrew Bartlett2002-06-161-1/+1