summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * samba-bugs@samba.org -> samba@samba.orgAndrew Bartlett2001-10-261-1/+1
| | | | | | | | The rest of this is still broken however...
| * Restore the intended behaviour for .headers.stampAndrew Bartlett2001-10-261-1/+1
| | | | | | | | | | | | | | We don't want a 'make headers' (aka make proto) to force a rebuild of the entire tree. Andrew Bartlett
| * Fixed compile warning.Tim Potter2001-10-261-1/+1
| |
| * Added || -> && fix from "Orwig, Paul" <PORWIG@PacificLife.com>.Jeremy Allison2001-10-241-2/+2
| | | | | | | | Jeremy.
| * Remove xstrdup since it was added to lib/util.c. Caused compile failureJim McDonough2001-10-241-13/+0
| |
| * Updated copyright notice.Tim Potter2001-10-241-1/+1
| |
| * Renamed global_vfs_ops to default_vfs_ops and made static.Tim Potter2001-10-241-12/+15
| | | | | | | | | | | | Make a copy of the default ops structure rather than following a pointer. This fixes the audit VFS example module!
| * Removed unused function.Tim Potter2001-10-241-68/+0
| |
| * Made default vfs ops static so we can use this symbol in actual modules.Tim Potter2001-10-241-1/+1
| |
| * Don't get stuck in an infinite loop in vfs_connect.Tim Potter2001-10-231-1/+1
| |
| * more compiler warningsHerb Lewis2001-10-238-10/+10
| |
| * .headers.stamp not getting touched if file already existed.Herb Lewis2001-10-231-1/+1
| | | | | | | | | | | | Not sure what the original intent was with the [ -f $@ ] test but this prevented the touch from happening. Could whoever originally added this target check this out?
| * get rid of compiler warnings (casts and delete unused variables)Herb Lewis2001-10-238-20/+17
| |
| * IRIX compiler dies not like casts in macro argsHerb Lewis2001-10-231-1/+1
| |
| * Remove setbuffer which caused build errorsJim McDonough2001-10-231-2/+0
| |
| * get rid of compiler warningsHerb Lewis2001-10-232-2/+2
| |
| * Fix popt library checkingJim McDonough2001-10-232-13/+7
| |
| * Replace getopt_long with popt for parsing commandline optionsJim McDonough2001-10-231-136/+91
| |
| * Add popt for parsing commandline optionsJim McDonough2001-10-2319-745/+2608
| |
| * ops, some testing code in compat function let only mangled name come back.Simo Sorce2001-10-221-12/+12
| |
| * server support for RAP session list functionJim McDonough2001-10-222-0/+118
| |
| * 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
| * 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.
| * samr querydispinfo can change level, start index and max entries.Jean-François Micouleau2001-10-221-10/+33
| | | | | | | | | | | | added level 4 decoding. J.F.
| * allow the samr commands to work back and the help too ;-)Jean-François Micouleau2001-10-222-46/+24
| | | | | | | | J.F.
| * - fixed link order of krb5 libsAndrew Tridgell2001-10-225-134/+97
| | | | | | | | - accept a wide range of principal names in session setup
| * Fix for @ in pathname from Kian Win.Jeremy Allison2001-10-221-1/+5
| | | | | | | | Jeremy.
| * Renamed inbuilt xstrdup to smb_xstrdup.Jeremy Allison2001-10-221-5/+5
| | | | | | | | Jeremy.
| * Added xstrdup, removed static version from smbpasswd.cJeremy Allison2001-10-222-16/+14
| | | | | | | | Jeremy.
| * 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.
| * 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.
| * Fix for fussy Solaris compiler.Tim Potter2001-10-211-3/+1
| |
| * patch for neater output() function from vanceAndrew Tridgell2001-10-211-351/+193
| |
| * Fix for compilation on non-krb5 systemsAndrew Bartlett2001-10-211-1/+1
| |
| * 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
| * 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
| * made smbclient cope better with arbitrary principle formsAndrew Tridgell2001-10-213-21/+10
| |
| * support both old and new kerberos OIDsAndrew Tridgell2001-10-212-2/+3
| |
| * fixed the spnego detection code in session setupAndrew Tridgell2001-10-211-2/+8
| | | | | | | | this gets share mode working again
| * Converted a bunch of 0x85 constants to SMBkeepalive.Tim Potter2001-10-204-8/+9
| |
| * Move from timestamp to gen count file id's for finding oplocked filesJeremy Allison2001-10-208-1020/+1026
| | | | | | | | | | in a tdb. Jeremy.
| * Use asprintf, do bounds check, better rc logicJim McDonough2001-10-201-33/+43
| |
| * crude fix for anonymous session setup with extended securityAndrew Tridgell2001-10-201-1/+62
| | | | | | | | negotiated
| * better krb5 error handling (thanks andrewb!)Andrew Tridgell2001-10-203-9/+23
| |
| * 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
| * add non_root_mode() checkAndrew Tridgell2001-10-201-1/+1
| |
| * removed an unused variableAndrew Tridgell2001-10-201-1/+0
| |
| * don't need KRB5_DIR defineAndrew Tridgell2001-10-201-1/+0
| |
| * fixed LDSHFLAGS when using non-standard lib locationsAndrew Tridgell2001-10-201-7/+8
| |
| * 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