summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
1999-05-06Fix compiler warning.Tim Potter1-3/+104
1999-05-06Jani Jaakkola's "getpwuid() / getpwnam()" hash-cache-hackLuke Leighton1-1/+1
1999-05-01added server ntlmv2 false/auto/true parameter, defaults to off.Luke Leighton1-13/+20
1999-04-27rpc_parse/parse_misc.c : defined a new BUFFER5 structJean-François Micouleau2-0/+2
1999-04-20Rewrite of VFS initialisation routines.Tim Potter1-101/+114
1999-04-20Added dummy connect and disconnect VFS operations to avoid theTim Potter1-2/+17
1999-04-20Changed the way a VFS is initialised. The vfs_init() function isTim Potter1-4/+51
1999-04-20Changed arguments to fsync() function to break dependency onTim Potter3-18/+22
1999-04-14Removed unused vfs_read_data() function at the request of tridge.Tim Potter1-49/+0
1999-04-08Mainly BDC-related changes.Matthew Chapman1-1/+5
1999-04-08Always do a compile before CVS commit! )-:Tim Potter1-1/+1
1999-04-08Forgot about closedir() function for VFS. Hoo embarassing.Tim Potter3-2/+12
1999-04-05Under IRIX, a void function may return a value, even if that value isTim Potter1-1/+1
1999-04-05Fix incorrect conversion of fd_attempt_open() calls to vfs_ops.open().Tim Potter1-9/+12
1999-04-05Use VFS I/O for stat_cache_lookup()Tim Potter1-3/+5
1999-04-05Disable VFS routines if no libdl available.Tim Potter2-3/+13
1999-04-04Fixed up incorrect calls to read_file().Tim Potter1-2/+2
1999-04-04Use VFS operations for file I/O.Tim Potter1-8/+7
1999-04-04Use VFS operations for file I/O.Tim Potter1-3/+2
1999-04-04Wrote VFS initialisation routines.Tim Potter1-0/+407
1999-04-04Wrapped up all VFS disk I/O functions for portability. I rememberTim Potter1-0/+180
1999-04-04Use VFS operations for file I/O.Tim Potter7-110/+126
1999-04-04Call VFS initialisation, share connect and share disconnect functions.Tim Potter1-1/+35
1999-04-04Use VFS operations for file I/O.Tim Potter1-22/+32
1999-04-04Use VFS operations for file I/O.Tim Potter1-5/+5
1999-04-04Use VFS operations for file I/O.Tim Potter1-3/+3
1999-04-01Ken McDonell from SGI was interested in adding some profilingAndrew Tridgell3-1/+16
1999-03-25SAM database "set user info".Luke Leighton4-41/+66
1999-03-19going to start adding inter-domain trust logons soon.Luke Leighton1-123/+130
1999-03-19Beau Kuiper: provided patch so that passwords could only be changed byLuke Leighton1-0/+8
1999-03-12cli_setup_creds new arguments added.Luke Leighton1-1/+3
1999-02-24Return either STATUS_BUFFER_OVERFLOW or ERRDOS/ERRmoredata depending onMatthew Chapman1-7/+10
1999-02-24Win9x user level security.Matthew Chapman1-0/+4
1999-02-15Always null-terminate strings.Matthew Chapman1-3/+3
1999-02-12UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman2-9/+8
1999-02-11UNICODE issues.Luke Leighton1-1/+1
1999-02-10use jeremy's versions of the UNICODE routines.Luke Leighton1-1/+1
1999-02-09when multiple independent large rpc calls come in on the same pipe,Luke Leighton1-1/+2
1999-02-08UNICODE byte ordering issue: typecast to uint16* replaced with SSVAL()Luke Leighton1-1/+1
1999-02-08reload_services needs to be called prior to init_files but afterLuke Leighton1-4/+4
1999-02-03initialise my name (used in %h) prior to loading smb.conf files.Luke Leighton1-26/+15
1999-01-25Putting back the -p flag in smbclient.Richard Sharpe1-1/+8
1998-12-14server_cryptkey() now calling cli_connectserverlist(). stupid microsoftLuke Leighton1-74/+4
1998-12-14trying to track down issues in get_home_dir().Luke Leighton2-3/+9
1998-12-08adding srvsvc pipe.Luke Leighton1-0/+1
1998-12-07fixed warnings (and potential errors) due to integer overflow whenAndrew Tridgell1-1/+2
1998-12-07removed nt_pipe_fnum from struct cli_state. need to be able to callLuke Leighton1-9/+10
1998-12-05Sync up critical kernel oplock bugfix. I don't want to loseJeremy Allison1-4/+37
1998-12-03moved get_unixgroups it will be needed by the unix instance of the groupLuke Leighton1-49/+0
1998-12-01check server role before doing nt user to unix user mappingLuke Leighton1-12/+15