summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* The unknown_0 field in a CREATE_USER2 reply is the access granted.Tim Potter2002-08-151-1/+1
* added comment about a new specversion seen from client.Gerald Carter2002-08-141-0/+2
* unresolved symbols fix for pam_smbpass from Steve L.Gerald Carter2002-08-141-10/+3
* Use byteorder.h macrosJim McDonough2002-08-121-45/+9
* Bugfix for problem pointed out by Sean Trace <Sean.Trace@aveva.com>. We can'tJeremy Allison2002-08-121-10/+13
* Update secrets_fetch_domain_guid to generate and store it if it doesn't exist.Jim McDonough2002-08-121-2/+11
* Allow ADS PDC to existJim McDonough2002-08-121-2/+2
* Add lib/util_uuid.c to build.Jim McDonough2002-08-121-1/+1
* Code to generate uuids for ADS setups. Uses our random generator butJim McDonough2002-08-121-0/+108
* Add lsaqueryinfo2, but keep under "lsaquery" command. It will autoselectJim McDonough2002-08-121-9/+40
* Add lsa 0x2e (queryinfo2) client sideJim McDonough2002-08-122-0/+99
* Add RESOLVE_DFSPATH to mkdir operations in HEAD.Shirish Kalele2002-08-121-0/+2
* Use samr connect4, then fall back to samr connect if it fails. This isJim McDonough2002-08-121-29/+46
* Add client side support for samr connect4 (0x3e). Seems to have oneJim McDonough2002-08-122-0/+69
* Updated smbcontrol manpage for new printnotify commands.Tim Potter2002-08-111-5/+49
* Merge some usage info from APPLIANCE_HEAD.Tim Potter2002-08-111-0/+3
* Merge of case fixes from APPLIANCE_HEAD.Tim Potter2002-08-111-5/+5
* Add indent argument to put function name and type on same line -Jelmer Vernooij2002-08-111-1/+1
* Update CodingSuggestions to include 'indent' arguments for the samba codingJelmer Vernooij2002-08-111-2/+14
* 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
* Adding pdb_xml and pdb_mysql passdb modules.Jelmer Vernooij2002-08-1011-4/+1784
* 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