summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* Make 'remote_machine' private to lib/substitute.c, and fix all the user to useAndrew Bartlett2002-08-1112-26/+16
* Fix the %m security bug again - and try to make it harder to reintroduce inAndrew Bartlett2002-08-106-34/+60
* one line merge from APP_HEADGerald Carter2002-08-081-1/+1
* delete printer driver fix from APP_HEADGerald Carter2002-08-081-14/+37
* printing change notification merge from APPLIANCE_HEADGerald Carter2002-08-086-136/+244
* Samba dependency hell claim's another victim...Andrew Bartlett2002-08-083-839/+824
* Merge of incomplete rffpcnex testing code from APPLIANCE_HEAD.Tim Potter2002-08-085-0/+236
* Hmm, had too many objects added last time in the nmbd changes. Don'tJim McDonough2002-08-071-2/+1
* Patch from Steve Langasek <vorlon@netexpress.net> to split up our -lAndrew Bartlett2002-08-073-836/+848
* Add 'const' to the function prototypes to match the recent commit.Andrew Bartlett2002-08-071-2/+2
* Add some more const :-)Andrew Bartlett2002-08-071-3/+3
* Add const to a pile of const to *DOM_SID paramaters.Andrew Bartlett2002-08-075-7/+7
* Ooops...forgot to put this in with the new nmbd samlogon response code.Jim McDonough2002-08-061-1/+2
* Add AD version of samlogon replies for getdc. ATM it will only functionJim McDonough2002-08-063-11/+127
* Add SAMR 0x3e, which is samr_connect4. Seems to be the same as ourJim McDonough2002-08-064-10/+171
* Try to bind with LDAPv3 if possible.Andrew Bartlett2002-08-061-7/+19
* Back out idra's change (at his request) - the values in the tdb *should* beAndrew Bartlett2002-08-061-1/+1
* fixed 'net ads chostpass' for new ads structuresAndrew Tridgell2002-08-061-1/+11
* when using netbios lookup methods make sure we try any BDCs even ifAndrew Tridgell2002-08-061-9/+21
* fixed a memory corruption bug in ads_try_dns()Andrew Tridgell2002-08-061-3/+3
* Compile fix for new cli_lsa_enum_trust_dom() argument list.Tim Potter2002-08-061-2/+2
* fixed a memory corruption bug in the wins codeAndrew Tridgell2002-08-061-1/+1
* added 'net rpc testjoin' and 'net ads testjoin' commandsAndrew Tridgell2002-08-053-20/+125
* Spelling fix.Tim Potter2002-08-051-1/+1
* fixed wbinfo -t for netbiosless domainsAndrew Tridgell2002-08-051-1/+7
* I must have missed this when I was adding 'const' to these earlier...Andrew Bartlett2002-08-051-1/+1
* Try to make this easier to debug - display the username that failed.Andrew Bartlett2002-08-051-1/+1
* This fixes a number of ADS problems, particularly with netbioslessAndrew Tridgell2002-08-0524-362/+629
* passwords where not checked (you cannot check if the same buffer differs from...Simo Sorce2002-08-041-6/+18
* commented out strupper before key check against internal db, it's no goodSimo Sorce2002-08-041-1/+1
* Now that I got the function arguments sane, remove the silly (void **) castsAndrew Bartlett2002-08-041-9/+9
* fixed a bug where we were truncating the returned names in a netbiosAndrew Tridgell2002-08-031-1/+1
* fix log level, set a default, and also copy the value set in smb.conf into pa...Simo Sorce2002-08-032-10/+13
* Fix length on mailslots. Looks like it should have been 0x17, not decimal 17.Jim McDonough2002-08-021-1/+1
* Moved rpc client routines from libsmb back to rpc_client where they belong.Tim Potter2002-08-0216-7671/+3635
* Added connect, session_request, session_setup and tconx methods.Tim Potter2002-08-021-21/+138
* Broke out unpacking of a username/password stored in a PythonTim Potter2002-08-022-28/+74
* Merge of print notify fixes from APPLIANCE_HEAD.Tim Potter2002-08-023-6/+27
* Fixed compiler warning.Tim Potter2002-08-011-1/+1
* make sure we null terminate plaintext passwordsAndrew Tridgell2002-08-011-1/+1
* Add the current working document on the interface to the tree that we haveAndrew Bartlett2002-07-311-0/+123
* Let everybody enjoy my new toy - make it the default!Andrew Bartlett2002-07-311-2/+2
* Winbind updates!Andrew Bartlett2002-07-319-51/+201
* Rework parinioa to ensure we never get passwords longer than MAX_PASS_LEN, norAndrew Bartlett2002-07-311-18/+11
* fixed the length checking for plaintext passwords (thanks to andrewbAndrew Tridgell2002-07-311-2/+11
* Don't accidenity mess with the wrong domain's sids.Andrew Bartlett2002-07-311-2/+2
* fix debug, at idra's suggestion.Andrew Bartlett2002-07-311-1/+1
* Only allow 'security=ads' when we HAVE_ADS.Andrew Bartlett2002-07-311-0/+2
* support netbiosless search for the DC using ADS in the winbindd AUTHAndrew Tridgell2002-07-311-58/+110
* fixed multi-line strings for portabilityAndrew Tridgell2002-07-311-2/+2