summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2002-08-19print out the GUID in the CLDAP replyAndrew Tridgell1-12/+11
2002-08-19we now parse the cldap reply and print its contents. There are aAndrew Tridgell1-4/+82
2002-08-19we now receive and parse the main cldap netlogon reply.Andrew Tridgell1-10/+88
2002-08-19added a 'net ads lookup' command that does a CLDAP NetLogon query to aAndrew Tridgell2-0/+121
2002-08-15*** empty log message ***Simo Sorce1-87/+175
2002-08-11Merge some usage info from APPLIANCE_HEAD.Tim Potter1-0/+3
2002-08-10Fix the %m security bug again - and try to make it harder to reintroduce inAndrew Bartlett1-4/+5
2002-08-06fixed 'net ads chostpass' for new ads structuresAndrew Tridgell1-1/+11
2002-08-05added 'net rpc testjoin' and 'net ads testjoin' commandsAndrew Tridgell3-20/+125
2002-08-05This fixes a number of ADS problems, particularly with netbioslessAndrew Tridgell3-31/+63
2002-08-04passwords where not checked (you cannot check if the same buffer differs from...Simo Sorce1-6/+18
2002-08-02Merge of print notify fixes from APPLIANCE_HEAD.Tim Potter1-0/+17
2002-07-31fixed a net crash bug if we can't find a DC in a 'net rpc' commandAndrew Tridgell1-0/+4
2002-07-31make sure that 'net ads info' gives info on the server we specify, notAndrew Tridgell1-0/+4
2002-07-30net ads info now reports the IP of the LDAP server as well as its name - very...Andrew Tridgell1-0/+1
2002-07-29Use common popt definition for -d option.Tim Potter2-3/+2
2002-07-28Add the ability to set account policies too.Andrew Bartlett1-7/+25
2002-07-28Clean this code up a little. If it's alrady asprintf()ed, I see noAndrew Bartlett1-2/+3
2002-07-27Rafal 'Mimir' Szczesniak <mimir@diament.ists.pwr.wroc.pl> has been busyAndrew Bartlett2-54/+307
2002-07-26Mimir has been busy with patches again, and sent in the followingAndrew Bartlett1-2/+4
2002-07-24Make it possible to query account policy values from pdbedit (set to come soon).Andrew Bartlett1-11/+29
2002-07-21Fix up dir drive call.Tim Potter1-1/+1
2002-07-21More cleanups, and add a comment/hint not to clean somthing up in future :-)Andrew Bartlett1-8/+0
2002-07-21Another smattering of static and constAndrew Bartlett3-3/+3
2002-07-21Renamed all the new_cli_netlogon_* functions to cli_netlogon_*Tim Potter1-1/+1
2002-07-20Oops, my bad. I forgot to assign this, so lookupnames wasn't doing much :-)Andrew Bartlett1-0/+1
2002-07-20More fixes towards warnings on the IRIX compilerAndrew Bartlett1-3/+5
2002-07-20correctly declare global_myworkgroup to be the right size.Andrew Bartlett1-1/+1
2002-07-20Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had aAndrew Bartlett2-5/+6
2002-07-20Update the usage for smbgroupedit to document -d for 'description'.Andrew Bartlett1-0/+2
2002-07-14Show the account flags in the 'verbose' listing of pdbedit.Andrew Bartlett1-0/+2
2002-07-14move opt_machine_pass to keep some compilers happyAndrew Tridgell1-1/+1
2002-07-13added useful 'net rpc info' commandAndrew Tridgell1-0/+76
2002-07-13added --machine-pass option to net. This allows you to authenticate asAndrew Tridgell1-1/+21
2002-07-13This makes smbcacls a bit easier to use and debug.Andrew Bartlett1-8/+15
2002-06-28make net join a bit less verboseAndrew Tridgell1-1/+1
2002-06-28Proper merge of all the working printing stuff from APPLIANCE_HEAD.Jeremy Allison1-14/+96
2002-06-26This commit finally gives us multiple wins server groups. We nowAndrew Tridgell1-2/+2
2002-06-25Update cli_full_connection() to take a 'flags' paramater, and try to get aAndrew Bartlett3-73/+18
2002-06-25Add a .cvsignore fileAndrew Bartlett1-0/+1
2002-06-25Break up samba's object dependencies, and its prototype includes.Andrew Bartlett2-0/+3
2002-06-24Support utf8 on the wire for ads ldap. DN's are converted, as well as strings,Jim McDonough1-10/+20
2002-06-21Don't use uint. It doesn't exist on some platforms and we don't define it.Jeremy Allison1-1/+1
2002-06-16Cope with the requirement for constant initialisers on some unix C compilers.Andrew Bartlett1-1/+1
2002-06-14Kill useless castAndrew Bartlett1-2/+2
2002-06-14Patch from ctrlsoft to make the pluggable passdb subsystem use an lp_listAndrew Bartlett1-10/+12
2002-06-14Patch (from ctrlsoft <jelmer@nl.linux.org>) to poptify testparm, and theAndrew Bartlett1-151/+120
2002-06-13Latest patch from metze <metze@metzemix.de> to move most of samba acrossAndrew Bartlett1-4/+6
2002-06-07Globally replace 'global_sam_sid' with get_global_sam_sid(), a selfAndrew Bartlett1-2/+1
2002-06-03added a 'net ads search' command, similar to 'ldapsearch' but using theAndrew Tridgell1-7/+70