summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* added a NET_USER_INFO_3 struct to user_struct.Luke Leighton2000-06-082-2/+38
* - changed HAVE_KERNEL_OPLOCKS to HAVE_KERNEL_OPLOCKS_IRIXAndrew Tridgell2000-06-081-14/+14
* Cause printer SD's to be displayed correctly (full control).Jeremy Allison2000-06-081-1/+1
* Fixing get/set of security descriptors.Jeremy Allison2000-06-073-1/+8
* moved secrets fns into secrets.cAndrew Tridgell2000-06-032-2/+2
* rpc_client/cli_lsarpc.c: Removed unused variable.Jeremy Allison2000-06-031-9/+9
* param/loadparm.c: Looks like someone ran indent on this !Jeremy Allison2000-06-011-4/+4
* Getting back to a compilable state (not there yet but close).Jeremy Allison2000-06-011-0/+3
* Changed interface to set_nt_acl slightly.Jeremy Allison2000-05-311-1/+1
* Working UNIX -> NT ACL mapper.Jeremy Allison2000-05-311-2/+4
* Fixed interface between new ACLS and nttrans code.Jeremy Allison2000-05-312-183/+586
* debug output to /tmp.Luke Leighton2000-05-281-1/+1
* prs_give_memory in wrong place, also poss. was losing mem.Luke Leighton2000-05-272-7/+34
* fixed nttrans.cLuke Leighton2000-05-271-406/+38
* Changed MS_DFS to WITH_MSDFS throughout.Shirish Kalele2000-05-263-4/+5
* got rid of lp_revalidate()Andrew Tridgell2000-05-241-1/+1
* Did a proper fix for the file access on IPC$. Denied all pipe opens onJeremy Allison2000-05-233-126/+202
* Fixed bug where file access was allowed on IPC$ share.Jeremy Allison2000-05-234-5/+11
* Added the NETDFS pipe to allow remote administration of the msdfs symlinksShirish Kalele2000-05-181-0/+3
* The new msdfs implementation that uses symlinks to point to otherShirish Kalele2000-05-163-14/+14
* passdb/secrets.c: Fix typo in comment.Jeremy Allison2000-05-152-10/+0
* added spool_io_printer_driver_info_level_6()Andrew Tridgell2000-05-121-1/+1
* use "winbind separator" option for domain/user separator characterAndrew Tridgell2000-05-122-2/+2
* fixed error code for buffer_too_large in trans replyAndrew Tridgell2000-05-121-1/+1
* fixed a problem with appliance operationAndrew Tridgell2000-05-121-2/+2
* use our primary domain trust account for trusted domain authenticationAndrew Tridgell2000-05-121-2/+2
* Check fstat return for error.Jeremy Allison2000-05-121-1/+5
* lib/util_unistr.c:Jeremy Allison2000-05-101-1/+1
* - changed smb_getpwnam() to use winbind style usernamesAndrew Tridgell2000-05-103-10/+21
* treat a blank "password server =" line as a "*" if in domain securityAndrew Tridgell2000-05-101-3/+2
* check for sighup on each packet - otherwise it can take a _long_ timeAndrew Tridgell2000-05-101-0/+12
* formatting fixAndrew Tridgell2000-05-101-1/+1
* patch from Dominik Kubla <dominik.kubla@uni-mainz.de>Andrew Tridgell2000-05-101-3/+3
* more merging voodooAndrew Tridgell2000-05-1025-1/+86
* more mergingAndrew Tridgell2000-05-101-2/+3
* Fix for misunderstanding of fsync added when vfs layerHerb Lewis2000-05-103-9/+9
* Fix for check_kernel_oplocks looking for the var directoryHerb Lewis2000-05-091-2/+2
* This is reall Jeremy commiting as Herb at SGI labs. FixHerb Lewis2000-05-091-1/+1
* - use smb_gwtpwnam() in another couple of placesAndrew Tridgell2000-05-092-8/+10
* added secrets.tdb and changed storage of trust account password to useAndrew Tridgell2000-05-084-19/+5
* fixed a vfs crash bugAndrew Tridgell2000-05-061-6/+4
* Fix for dual unix_to_dos conversion in readdir from A.V.Shutko <AVShutko@mail...Jeremy Allison2000-05-051-1/+0
* Fix for read_file() returning -1.Jeremy Allison2000-05-051-0/+2
* rpc_server/srv_lsa.c: Bring into sync with 2.0.x.Jeremy Allison2000-05-041-2/+2
* a minimal change to get appliance mode to work with winbinddAndrew Tridgell2000-05-043-13/+27
* - use full_name instead of real_nameAndrew Tridgell2000-05-042-4/+4
* if the stat cache is off then don't initialise itAndrew Tridgell2000-05-041-0/+2
* Insure uninitialized memory read fixes.Jeremy Allison2000-05-031-0/+2
* split the username in the vuser structure into a separateAndrew Tridgell2000-05-024-17/+18
* fixed a memory leak (calling hash_table_init twice)Andrew Tridgell2000-05-021-1/+7