summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* put back the -l option to rpcclient.Jean-François Micouleau2001-12-211-1/+8
| | | | | | | | | that's the most useful option in this tool ! I love rpcclient ;-) J.F. (This used to be commit 18dc4cd57a53480684ea9e2bc6a6442535f89119)
* - handle kerberos session setup reply with broken null terminationAndrew Tridgell2001-12-212-13/+9
| | | | | - don't display Domain=[] for auth protocols that don't give us a domain (This used to be commit 20368455ea59e6e9b85632848bbe92069e7b0f38)
* try to handle end of packet for not null terminated domain stringsAndrew Tridgell2001-12-211-1/+3
| | | | (This used to be commit 1da988456dbd885820093ae43c74e0ac66f72802)
* updated ldap test to test for less common functionAndrew Tridgell2001-12-212-80/+78
| | | | (This used to be commit 831f25a9a7ef3f5481c531b3a5ff514fa8b6d81e)
* fixed a typo in vsyslog()Andrew Tridgell2001-12-211-1/+1
| | | | (This used to be commit da353bc539db6e2f8d834275abdd9b5fb47b9db8)
* remove duplicate linesHerb Lewis2001-12-211-3/+0
| | | | (This used to be commit b60d6f11972892a17bf6df5e7ee3dd2e498bc4c0)
* smbcontrol in non-interactive mode was returning True for success --Martin Pool2001-12-211-1/+4
| | | | | need to invert this to give the shell 0. (This used to be commit ecc624067c54314834aacbf21d0f2ee54fce37e9)
* Add option to pass NULL max_replies to wait_for_replies in case youMartin Pool2001-12-211-4/+7
| | | | | don't know how many to expect. (This used to be commit 53f1c0298b526dcacae956453a4b95fff226d0b8)
* Add code to send MSG_REQ_POOL_USAGE. (smbd doesn't respond yet.)Martin Pool2001-12-211-15/+57
| | | | | | | | Factor out common code to wait until replies are received or timeout expires. Show debug message when messages are sent. (This used to be commit 17bb0f60af13c5d0561c0ba50b0a6331bde52e8f)
* Append to log.winbindd instead of overwriting it so we are consistent withTim Potter2001-12-211-0/+7
| | | | | smbd/nmbd behaviour. (This used to be commit 54d276561524213302e7bb2d759d7d4082fd6e8a)
* Fix for null command description in rpcclient help. From Benjamin KuitTim Potter2001-12-211-1/+2
| | | | | <bj@it.uts.edu.au>. (This used to be commit 60d1d0bfa93bfb8264b117147b651b521dbf28ce)
* Add an output parameter to message_send_all that says how manyMartin Pool2001-12-216-19/+43
| | | | | | | messages were sent, so you know how many replies to expect. Const and doc religion. (This used to be commit 22e510ea0d69356be4fd2fa5ad9e9f4e84f62337)
* Factor out a broadcast_printer_notify() routine.Martin Pool2001-12-211-7/+17
| | | | (This used to be commit d32598c953e7a500f707a02608c44203bc5941ec)
* Add MSG_REQ_POOL_USAGE to get memory usage info.Martin Pool2001-12-211-0/+2
| | | | (This used to be commit b28dbbf56987fcea24941b8c46c4d5b52551a815)
* preparing for release of 3.0-alpha12Samba Release Account2001-12-202-1/+6
| | | | (This used to be commit 9542b0a42cf0c51c171d50e825665245584ac87d)
* lp_setup_logfile() doesn't exist any moreAndrew Tridgell2001-12-201-7/+1
| | | | (This used to be commit aa52ae7354ae5ab803da4686f344cfc4ca134c46)
* check for a winbindd username when doing a kerberos authAndrew Tridgell2001-12-201-0/+11
| | | | (This used to be commit 39f2e2e1623a011e2c99ecca64e0643b1e450657)
* make sure we store the domain sid when joining a ADS domainAndrew Tridgell2001-12-201-0/+12
| | | | (This used to be commit dfbe442c668480d88cb8b385c6b89f8e198ca500)
* added ads_domain_sid() functionAndrew Tridgell2001-12-202-15/+23
| | | | (This used to be commit ff002a458afa6ca378f0c6d2ec9fb74233c839a7)
* Removed global debugf. Replaced with lp_set_logfile(name).Jeremy Allison2001-12-208-26/+46
| | | | | | Fixed winbindd to finally stop leaving log. file droppings :-). Jeremy. (This used to be commit 0bea6cf79a44f79fa3a4f2c8381e898e79c66509)
* update from VanceGerald Carter2001-12-203-21/+39
| | | | (This used to be commit fe7ad3761233f7adb13756d611a11dbf0594b77f)
* couple of updates mentioned on samba@samba.orgGerald Carter2001-12-202-2/+4
| | | | (This used to be commit 95308453b256fc51cbf1a2b2726ba8db7da1e80b)
* Setup global_myworkgroup. Needed for secrets fetch code.Jeremy Allison2001-12-201-8/+11
| | | | | Jeremy. (This used to be commit 057e91c1c3833516d03b492f3ebe489d8216a0ba)
* merge from 2.2Gerald Carter2001-12-201-6/+6
| | | | (This used to be commit 72d3b160229ce9ab8497579ee79668738a70a81f)
* preparing for release of 3.0-alpha11Samba Release Account2001-12-202-1/+12
| | | | (This used to be commit 5ed31faeb1f3cddc0e61acc63f96119e26f2b529)
* fixed more warnings on irixAndrew Tridgell2001-12-201-3/+3
| | | | (This used to be commit 2ffefba86997c9d6bc2a9b6dac1e576f4b64c777)
* fixed warnings on irix and crash bug on big endian machinesAndrew Tridgell2001-12-204-8/+12
| | | | (This used to be commit cc6c263993eaf0715f231fc80ca7e6e65694548b)
* fixed sscanf() of gid_t valuesAndrew Tridgell2001-12-201-4/+4
| | | | (This used to be commit 102af994de6bbfbe94f13c1880fc31c6414c9f8e)
* don't use server_info after its been freedAndrew Tridgell2001-12-201-2/+4
| | | | (This used to be commit ee161a57289409e2fa43e33b045473077c7b6ba5)
* support "map to guest" with spnegoAndrew Tridgell2001-12-201-21/+43
| | | | (This used to be commit e873d0ff1eee9442ff6152d666b8d874b6a01972)
* forgot to commit this file from remusAndrew Tridgell2001-12-201-0/+59
| | | | (This used to be commit 7984ae0121ba327309ca5c52674e03fc1ad7e923)
* added net lookup commandAndrew Tridgell2001-12-203-2/+66
| | | | (This used to be commit 51268c512dbae94aba308668df9facaf15a2ce9e)
* Ignore torture.tdbMartin Pool2001-12-201-0/+1
| | | | (This used to be commit 79feca4d25aaa7e15553a10707efdb3003fed9cf)
* net now sends its debug to stderr so its output can be relied upon inAndrew Tridgell2001-12-201-1/+1
| | | | | scripts (This used to be commit 6d2f7ed708e75687d23f432ba9a186e88fa14118)
* fixed long filenames on win98Andrew Tridgell2001-12-201-1/+3
| | | | | the fstype must not be null terminated or win98 doesn't recognise it (This used to be commit c8a040f2aa733e926280af010513849b6406741d)
* much better auto-init of valid_table[]. This should just about removeAndrew Tridgell2001-12-204-9/+63
| | | | | the need for valid.dat (This used to be commit 0cfd0a5e543181b1384f7afee93fbaf3ccb2b999)
* Grr - numbers printed in hexadecimal should be preceeded by 0xTim Potter2001-12-201-7/+7
| | | | (This used to be commit 7d8082a8ad7d5de5daf653903efd36fb84b3cedc)
* Added some comments showing hex values of some constants.Tim Potter2001-12-201-11/+11
| | | | (This used to be commit b3aff6b5a35da3660ede060b42439324a2309644)
* mark '.' as a valid characterAndrew Tridgell2001-12-201-1/+1
| | | | (This used to be commit 85f04fa61dffb15bc034dd756ee75b997a36d892)
* Add --enable-dmalloc to link against the dmalloc malloc debugger.Martin Pool2001-12-205-788/+833
| | | | | | It's not as strong as Insure, but it's free, reasonably efficient and works on every platform. (This used to be commit e76d27fcdb33df5212ca5b0ce53c77ed8ca58906)
* net ads password and net ads chostpass commands from Remus KoosAndrew Tridgell2001-12-207-27/+244
| | | | (This used to be commit 412e79c448bf02e3097b5c14a36fe0172d8d2895)
* Added AC_CHECK_FUNCS(syslog vsyslog).Jeremy Allison2001-12-195-440/+516
| | | | | | | nsswitch code uses vsyslog without checking for it. Provide replacement for vsyslog in lib/snprintf if not found by configure. Jeremy. (This used to be commit ab2e55cdb376d6699c9a09fac243fba7d3840447)
* Allow ACL set to fail gracefully on HP HFS filesystems.Jeremy Allison2001-12-191-0/+12
| | | | | Jeremy. (This used to be commit 2d7b81e692ac2bcfd6e31223d3f8545c255cb47c)
* use "ads server" option if set for primary domainAndrew Tridgell2001-12-191-4/+10
| | | | (This used to be commit 1bf5c1a46f4c3f44054ce8fcbc551cdb72683f2b)
* preparing for release of 3.0-alpha10Samba Release Account2001-12-192-1/+15
| | | | (This used to be commit c0ff2743790c78962b111f9be69a1642185b528e)
* add support for mixtures of ADS/NT4 domains, as long as the primaryAndrew Tridgell2001-12-191-0/+9
| | | | | domain is ADS (This used to be commit e97b40e09427c2c5f0a497f9432af08d6d6762f2)
* much better ADS error handling systemAndrew Tridgell2001-12-199-265/+301
| | | | (This used to be commit 05a90a28843e0d69183a49a76617c5f32817df16)
* we only have gss_ fns on a krb5 capable boxAndrew Tridgell2001-12-191-3/+6
| | | | (This used to be commit 344b786efe00f72ed81f0eeb4d422c655d866557)
* added trusted realm support to ADS authenticationAndrew Tridgell2001-12-197-22/+55
| | | | | | | the method used for checking if a domain is a trusted domain is very crude, we should really call a backend fn of some sort. For now I'm using winbindd to do the dirty work. (This used to be commit adf44a9bd0d997ba4dcfadc564a29149531525af)
* - added initial support for trusted domains in winbindd_adsAndrew Tridgell2001-12-1910-47/+230
| | | | | | | - gss error code patch from a.bokovoy@sam-solutions.net - better sid dumping in ads_dump - fixed help in wbinfo (This used to be commit ee1c3e1f044b4ef62169ad74c5cac40eef81bfda)