summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* ops, some testing code in compat function let only mangled name come back.Simo Sorce2001-10-221-12/+12
| | | | (This used to be commit e48eb7b572de10481e928fb55243f47e8a3aa446)
* server support for RAP session list functionJim McDonough2001-10-222-0/+118
| | | | (This used to be commit d42c28fbadf577a23fb8c1da9e1c64a2f34fe133)
* lets try the new mangling codeSimo Sorce2001-10-222-7/+44
| | | | | | | | all the calls go through a compatibility interface will change that soon a new mangle.tdb file will be set in the lock directory it contains a static mapping longname<->manglename (This used to be commit 1ffacd2068a896d36a9e56b6e28c63e2f7e98762)
* a quick fix to get rpcclient working again. This just disablesAndrew Tridgell2001-10-224-2/+10
| | | | | | | | NTLMSSP in cli_establish_connection() What we really need to do is kill off the pwd_cache code. It is horrible, and assumes the challenge comes in the negprot reply. (This used to be commit 3f919b4360b3bfcc133f7d88bc5177e9d93f2db2)
* samr querydispinfo can change level, start index and max entries.Jean-François Micouleau2001-10-221-10/+33
| | | | | | | added level 4 decoding. J.F. (This used to be commit 0573caa91bdff361e3e864d3fd39d450e3738580)
* allow the samr commands to work back and the help too ;-)Jean-François Micouleau2001-10-222-46/+24
| | | | | J.F. (This used to be commit 0157fdc8a291ba9872757fb6cf5e16e98058a034)
* - fixed link order of krb5 libsAndrew Tridgell2001-10-225-134/+97
| | | | | - accept a wide range of principal names in session setup (This used to be commit 672df66296f540b606aa43effab5f021b8978e4b)
* Fix for @ in pathname from Kian Win.Jeremy Allison2001-10-221-1/+5
| | | | | Jeremy. (This used to be commit 070fd5180fef921efb363ff24f04a298254f108b)
* Renamed inbuilt xstrdup to smb_xstrdup.Jeremy Allison2001-10-221-5/+5
| | | | | Jeremy. (This used to be commit cf99f9361370c521f28dcced008cbfec9fc38de5)
* Added xstrdup, removed static version from smbpasswd.cJeremy Allison2001-10-222-16/+14
| | | | | Jeremy. (This used to be commit d01a9e5974d80ee8be2f7a20aeaae5826325d035)
* Added xmalloc - calls smb_panic on zero size or malloc fail.Jeremy Allison2001-10-221-1/+27
| | | | | | | | Added xmemdup - calls xmalloc. Made data_blob() call xmemdup. Defensive programming (I still hate the no error checking... :-). Jeremy. (This used to be commit 2cc262278f9d4892cf2485d7a73d88bc0e7559a8)
* Ok, I know it's a language thing and it shouldn't matter.... but a kerberosJeremy Allison2001-10-216-31/+32
| | | | | | name is a "principal", not a principle. English majors will complain :-). Jeremy. (This used to be commit b668d7d656cdd066820fb8044f24bcd4fda29524)
* Fix for fussy Solaris compiler.Tim Potter2001-10-211-3/+1
| | | | (This used to be commit d50005d4c118ae32d1ddbdee4feec479db4682b9)
* patch for neater output() function from vanceAndrew Tridgell2001-10-211-351/+193
| | | | (This used to be commit 2472ecf7fc510115489baf0a888b511446b9c1fd)
* Fix for compilation on non-krb5 systemsAndrew Bartlett2001-10-211-1/+1
| | | | (This used to be commit 44bdb8b12b3d6a7bf3148c2ac651a79f10776db6)
* change smbd to use HOST/hostname principle form until I work out howAndrew Tridgell2001-10-211-22/+18
| | | | | | | to use the other form in netjoin smb_wct is a char, not a word (This used to be commit 3dbb48b188980cf6c869dc762e3039dd375bf392)
* change smbd to use HOST/hostname principle form until I work out howAndrew Tridgell2001-10-211-1/+3
| | | | | to use the other form in netjoin (This used to be commit 58cfa13d6576bd34ceed7ba6ad52bced96e50544)
* made smbclient cope better with arbitrary principle formsAndrew Tridgell2001-10-213-21/+10
| | | | (This used to be commit d1341d74b7aa5f6b3f72e5409b245f87f1ad670b)
* support both old and new kerberos OIDsAndrew Tridgell2001-10-212-2/+3
| | | | (This used to be commit eac164c7e650a8f855e7b662b126a5dfc5516927)
* fixed the spnego detection code in session setupAndrew Tridgell2001-10-211-2/+8
| | | | | this gets share mode working again (This used to be commit 8286e5307ca47f14d27ee0d9bc9700d52151d56a)
* Converted a bunch of 0x85 constants to SMBkeepalive.Tim Potter2001-10-204-8/+9
| | | | (This used to be commit b16a15a13ed7d267c6366abaeeb3ccafa5776f5e)
* Move from timestamp to gen count file id's for finding oplocked filesJeremy Allison2001-10-208-1020/+1026
| | | | | | in a tdb. Jeremy. (This used to be commit 058ae6b58f61ef46013dd076af3a84de5fbaaab1)
* Use asprintf, do bounds check, better rc logicJim McDonough2001-10-201-33/+43
| | | | (This used to be commit 6a734158d92663873b7a9df517bec45a27ee9790)
* crude fix for anonymous session setup with extended securityAndrew Tridgell2001-10-201-1/+62
| | | | | negotiated (This used to be commit b3caf2109090cb2b97a829913bee7e50e7eacba8)
* better krb5 error handling (thanks andrewb!)Andrew Tridgell2001-10-203-9/+23
| | | | (This used to be commit fd3a3daef3b8f7140e7006d30d23d739ac3aad2f)
* finished auth when we get a valid kerberos ticketAndrew Tridgell2001-10-201-8/+58
| | | | | | smbd now works with kerberos authentication if you use a MIT KDC and smbclient. Next step is to make it work with a windows client (This used to be commit e0c99e1f3708b155b8db99950f9ac6e27763368f)
* add non_root_mode() checkAndrew Tridgell2001-10-201-1/+1
| | | | (This used to be commit 96f910bae510fb45e2f1181c1e3ad607a50a64d7)
* removed an unused variableAndrew Tridgell2001-10-201-1/+0
| | | | (This used to be commit 9355f251656d0233395dae6978c58f4e520e069b)
* don't need KRB5_DIR defineAndrew Tridgell2001-10-201-1/+0
| | | | (This used to be commit a899086a51546220247390ac641f51b1df2f5496)
* fixed LDSHFLAGS when using non-standard lib locationsAndrew Tridgell2001-10-201-7/+8
| | | | (This used to be commit d23772c306c641a74b5c08c68550c684c206b1a5)
* quick fix for krb5 compilation. I've told vance how to fix this moduleAndrew Tridgell2001-10-201-5/+2
| | | | | properly and will wait for him to send a patch (This used to be commit 7adad774d872a3f2424f49f364416e7c42409b90)
* Ensure we mask off deny modes correctly on being set (this shouldn't haveJeremy Allison2001-10-192-3/+3
| | | | | | | caused problems but is tidier). Fix debug statement in locking.c Jeremy. (This used to be commit eac6bbd24ebf00b35e50953bc11186111dc39059)
* Added include guards around file.Jeremy Allison2001-10-191-0/+4
| | | | | Jeremy (This used to be commit dac22352cf051f301edf066cac8db81d24c7c459)
* Add RAP net share add supportJim McDonough2001-10-191-31/+113
| | | | (This used to be commit a70bc077a1ecc4b42254f83327c8d80c618e95f6)
* print in a human readable format when the password expired.Jean-François Micouleau2001-10-192-2/+2
| | | | | J.F. (This used to be commit 255b197a5c92bfc18a567613bbffb013fd0a834d)
* Add build of net utilityJim McDonough2001-10-191-2/+8
| | | | (This used to be commit 53247f5880150ed7ee831d68a5c0fdbcb1422194)
* Add command-line remote management utilityJim McDonough2001-10-191-0/+1510
| | | | (This used to be commit 50c243518aa7996e697876096073598a3b5a8d3a)
* Add additional client RAP callsJim McDonough2001-10-191-0/+1832
| | | | (This used to be commit b94427ddd55c177145da2665afe3d3a3682db031)
* Add rap.h for net utility and libsmbJim McDonough2001-10-191-0/+2
| | | | (This used to be commit 3545de4773438f859e64b3578c2bbf706257eced)
* Add header for common RAP definitionsJim McDonough2001-10-191-0/+478
| | | | (This used to be commit 7c38daa54ac9a7c3cc36dbbf82d0a9f8c04ca0b9)
* Fixed issues with changenotify only being called once in VC++.Jeremy Allison2001-10-191-4/+29
| | | | | Jeremy. (This used to be commit ce59e4a7729c45f3a84d877e1dbdfffa984060b9)
* Tidy up debug in notify code.Jeremy Allison2001-10-192-24/+35
| | | | | Jeremy. (This used to be commit 7707c5e07385ce5ac3732715d586ad6c6b41de65)
* Fixed some memory leaks introduced by connection handling rewrite, as wellTim Potter2001-10-194-20/+29
| | | | | | | as one memory leak that has been there for ages! Changed the way talloc is used in get{pw,gr}nam routines. (This used to be commit d52cd1854fdff18c223d6dd1eca0e26f1f0bf01b)
* Converted some more functions to create and dispose of a talloc context on aTim Potter2001-10-195-87/+106
| | | | | | | | | per-call basis rather than per-connection. Had a bit more of a reformatting fest. Still need to run it through insure and handle downed connections. (This used to be commit 46fe5a8fb96974e1323bc3e5d94fda74edbeb852)
* Restored old Bmpx code - actually used by OS/2.Jeremy Allison2001-10-195-61/+280
| | | | | Jeremy. (This used to be commit 7c1688fd67c1bda1477aaf870371c825280db870)
* client : Fixed error return.Jeremy Allison2001-10-192-1/+3
| | | | | | uid.c: Added missing void. Jeremy. (This used to be commit c2e06ed2219860479868fd1ac18013ae4f891e10)
* Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison2001-10-1816-93/+197
| | | | | | Ensure make_conection() can only be called as root. Jeremy. (This used to be commit 8d23a7441b4687458ee021bfe8880558506eddba)
* Merge Gerry's %G change from 2.2.2.Jeremy Allison2001-10-181-7/+8
| | | | | Jeremy. (This used to be commit d8262286ddb6105a9d3b0730912447ea2401a3fb)
* got rid of start_background_queue()Andrew Tridgell2001-10-181-1/+6
| | | | | | | | THIS WAS A DISASTER! it created hundreds of processes on the build farm machines, which we can't kill. (This used to be commit 04479db879d04fb329022c3282d92bab94a48576)
* the beginnings of kerberos support in smbd. It doesn't work yet, butAndrew Tridgell2001-10-187-15/+141
| | | | | | it should give something for others to hack on and possibly find what I'm doing wrong. (This used to be commit 353c290f059347265b9be2aa1010c2956da06485)