summaryrefslogtreecommitdiffstats
path: root/source/smbd
Commit message (Expand)AuthorAgeFilesLines
* *id_to_*id call reshape to return NTSTATUS errorsSimo Sorce2003-05-012-5/+5
* Fix disk quotas support on HP/UX (patch by David Nixon)Jelmer Vernooij2003-05-011-1/+1
* Use ints for the version numbers in the smb_register_*() functions (patch by ...Jelmer Vernooij2003-05-011-1/+1
* This is a nice rewrite:Simo Sorce2003-04-294-21/+15
* add version back to lanman string in sessetup replyGerald Carter2003-04-291-1/+5
* consolidate idmap code in one placeSimo Sorce2003-04-291-349/+0
* ok next_rid out as well local_*id_to*id functionsSimo Sorce2003-04-291-229/+42
* Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-281-11/+12
* make winbind use idmap as well.Simo Sorce2003-04-271-1/+1
* Fix length in findfirst2 responses, fix os/2 clientsJim McDonough2003-04-241-4/+10
* Add runtime tests for "impossible" case with -DDEVELOPER. Trying to catch logicJeremy Allison2003-04-221-0/+27
* another lost merge from 3.0; my faultGerald Carter2003-04-221-2/+2
* Tidyups of some dubious logic discovered whilst trying to track down aJeremy Allison2003-04-222-7/+6
* Remove unused (#ifdef'ed) code.Andrew Bartlett2003-04-211-12/+0
* Use fstrcpy/pstrcpy when that's what we really mean...Andrew Bartlett2003-04-212-6/+7
* use gid_t for gids not uid_tSimo Sorce2003-04-191-1/+1
* fixesSimo Sorce2003-04-191-0/+2
* Expand this magic number into the #defines it is made up of.Andrew Bartlett2003-04-161-1/+1
* Put this comment in a better place...Andrew Bartlett2003-04-161-3/+3
* Store the type of 'sec channel' that we establish to the DC. If we are aAndrew Bartlett2003-04-162-65/+36
* strncat get sometimes optimized to strcat by glibc and that triggers ourSimo Sorce2003-04-121-4/+3
* * We must return 0x2 as the majorversion for nt4 to upload driversGerald Carter2003-04-111-10/+15
* cleanup lanman printing= for win98; device type is LPT1:; patch by Steve L.Gerald Carter2003-04-112-4/+4
* A new RPC pipe! The \pipe\echo named pipe is for testing large RPCTim Potter2003-04-111-0/+1
* Fix from Steve Langasek <vorlon@netexpress.net> for non-RPC printing.Jeremy Allison2003-04-091-2/+2
* Remove duplicate "tallocdump" message from tdb messaging system. TheTim Potter2003-04-071-23/+0
* Re-fix regression noticed by Tom Schaefer <tom@umsl.edu> due toJeremy Allison2003-04-042-0/+5
* Fix for very subtle POSIX lock interaction race condition found byJeremy Allison2003-04-041-6/+6
* Add staticJelmer Vernooij2003-04-021-1/+1
* THE Idmap patch :-)Simo Sorce2003-04-022-2/+123
* changed the order of checking whether a SID is a UID or a GID in posixAndrew Tridgell2003-04-011-3/+3
* Fix vfs to work with P_LIST-ed lp_vfsobj() -- the traversal is reversed. Base...Alexander Bokovoy2003-03-311-3/+5
* - Support absolute paths in vfs and charset modulesJelmer Vernooij2003-03-312-13/+20
* NT4 is particularly fussy about getting this right.Andrew Bartlett2003-03-311-1/+0
* Success is not a level-0 issue...Andrew Bartlett2003-03-311-1/+1
* Don't try and dlsym or dlclose a NULL pointer.Andrew Bartlett2003-03-311-9/+12
* update copyright notice since it we are now almost 4 months into 2003Gerald Carter2003-03-301-1/+1
* This changes our handling of invalid service types that theVolker Lendecke2003-03-301-7/+12
* Allow the new modules system to function with builtin vfs modules.Andrew Bartlett2003-03-281-1/+1
* fix up IPC/LPT:/A: devicetype in tcon_and_XGerald Carter2003-03-281-21/+20
* it is possible for some of the real time signals to be used by glibc,Andrew Tridgell2003-03-282-2/+8
* Put backwards compatibility support for old modules in a seperate functionJelmer Vernooij2003-03-271-45/+58
* local_gid_to_sid() could use pdb_ldap, which for now requires ROOT.Andrew Bartlett2003-03-271-0/+2
* Use the new modules system in VFS. If a module can't be loaded with theJelmer Vernooij2003-03-272-34/+111
* Fix DOS del command with widelinks = False.Jeremy Allison2003-03-261-1/+2
* - Support building all auth modules as .so'sJelmer Vernooij2003-03-251-1/+1
* Print list of builtin modules in 'smbd -b'Jelmer Vernooij2003-03-251-0/+3
* Remove obsolete defines (because of new modules system). We needJelmer Vernooij2003-03-251-9/+0
* win9x was suffered a case of the blues during a domain logon.Gerald Carter2003-03-251-1/+14
* Don't use old usage() function, but the one from popt.Jelmer Vernooij2003-03-241-1/+0