summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix up the build farm again.Andrew Bartlett2001-11-265-3/+54
* dyn_CONFIGFILE fixups.Tim Potter2001-11-261-4/+3
* Fixed compiler warnings and dyn_CONFIGFILE related breakage.Tim Potter2001-11-261-10/+9
* And delete domain_client_validate.c...Andrew Bartlett2001-11-261-432/+0
* This compleats the of the authenticaion subystem into the new 'auth'Andrew Bartlett2001-11-2612-2722/+415
* Removed bogus SAFE_FREE() call of talloced return data fromTim Potter2001-11-263-19/+19
* Ignore *.po files.Tim Potter2001-11-261-0/+1
* Fixed some indentation.Tim Potter2001-11-261-2/+2
* use DEBUG() not d_printf() in librariesAndrew Tridgell2001-11-261-2/+2
* fixed spnego, non-kerberos negprotAndrew Tridgell2001-11-261-2/+2
* Allow lookup of users with spaces in their name.Tim Potter2001-11-261-5/+3
* Fixed compiler warning.Tim Potter2001-11-251-1/+1
* added 'security=ADS'Andrew Tridgell2001-11-253-1/+9
* Minor typosVolker Lendecke2001-11-251-2/+2
* Don't close tdb twice.Volker Lendecke2001-11-251-1/+0
* portability fixesAndrew Tridgell2001-11-251-3/+6
* fixed typoAndrew Tridgell2001-11-251-1/+1
* add popt build dependencyAndrew Tridgell2001-11-251-1/+1
* move popt out of proto objsAndrew Tridgell2001-11-251-2/+2
* added HAVE_LDAP_H checkAndrew Tridgell2001-11-251-2/+2
* check for liblber separatelyAndrew Tridgell2001-11-253-74/+116
* #ifdefed DMF fix so not compiled by default. We need to look at this...Jeremy Allison2001-11-251-22/+39
* Use "password server" for searching for BDC's also as Tim suggested.Jeremy Allison2001-11-251-6/+8
* Add the PDC end of the smbtorture test for creating an NT_STATUS -> DOS errorAndrew Bartlett2001-11-254-0/+72
* oops, I forgot to include the header fileAndrew Bartlett2001-11-251-0/+2
* Add a new torture test to extract a NT->DOS error map from an NT member of aAndrew Bartlett2001-11-255-5/+148
* Unless the error is exactly NT_STATUS_OK, we might not have a server info, soAndrew Bartlett2001-11-251-1/+1
* I think this is a fix for the "out of space" errors with oplocks=no.Jeremy Allison2001-11-251-49/+58
* Fix ./configure --enable-developer warnings (shadow of global)Andrew Bartlett2001-11-251-2/+2
* better helpAndrew Tridgell2001-11-251-1/+7
* use generate_random_str()Andrew Tridgell2001-11-251-47/+4
* added "net ads user" and "net ads group" commandsAndrew Tridgell2001-11-252-29/+80
* added "net ads status" commandAndrew Tridgell2001-11-252-29/+115
* made a "net ads" command, currently with "net ads join" and "net ads leave"Andrew Tridgell2001-11-253-5/+192
* stop popt from doing its own intl stuffAndrew Tridgell2001-11-251-16/+0
* better auto-selection of realm and ldap serverAndrew Tridgell2001-11-251-3/+4
* added "net join" commandAndrew Tridgell2001-11-2419-251/+902
* removed unused functionAndrew Tridgell2001-11-241-18/+0
* rewrote net.cAndrew Tridgell2001-11-241-1260/+1071
* And add the winbind module I missed in the last run.Andrew Bartlett2001-11-242-0/+222
* This is another rather major change to the samba authenticaionAndrew Bartlett2001-11-2433-743/+1842
* Kill off that crazy copy_sam_passwd(). You simply can't do that if theAndrew Bartlett2001-11-242-36/+11
* added lsaenumprivsaccount and lsalookupprivvalue to rpcclientJean-François Micouleau2001-11-245-8/+370
* Sorry. I broke the build, missed on open_directory call.Jeremy Allison2001-11-231-2/+2
* return NO_MORE_ENTRIES in lsa_enum_trust_dom. UserManager is happier :-)Jean-François Micouleau2001-11-231-1/+1
* Changed how the privileges are stored in the group mapping code. It's nowJean-François Micouleau2001-11-238-95/+266
* Fixed delete on close bug. Added core dump code to winbindd.Jeremy Allison2001-11-235-83/+184
* Set type to NOTUSED if lookup fail.Jeremy Allison2001-11-231-0/+1
* Update some of the error mapping, based on on-the-wire observations of an NT4...Andrew Bartlett2001-11-231-7/+7
* Finally worked out why a enumerate trusted domains was returning aTim Potter2001-11-233-12/+35