summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* Broke out vfs structures to separate header file.Tim Potter1999-04-201-44/+11
* Changed arguments to fsync() function to break dependency onTim Potter1999-04-203-18/+22
* Broke out of smb.hTim Potter1999-04-201-0/+131
* open_socket_in() takes a different number of parameters in the headAndrew Tridgell1999-04-171-1/+1
* fixed a typoAndrew Tridgell1999-04-171-1/+1
* damn, new files need to be added to the head branch first, I've toldAndrew Tridgell1999-04-172-0/+243
* Removed unused vfs_read_data() function at the request of tridge.Tim Potter1999-04-141-49/+0
* Fix compile warning in nametouid().Tim Potter1999-04-121-1/+1
* Allow "Yes" and "No" as well as "True" and "False" in the three-stateMatthew Chapman1999-04-111-1/+1
* Trying to improve DC location & browsing performance for the average userMatthew Chapman1999-04-114-48/+83
* Fixed rpcclient's samuser command.Matthew Chapman1999-04-111-37/+35
* Incorrect length (number of unicode characters rather than buffer size)Matthew Chapman1999-04-111-1/+1
* Modification to compile under egcs 2.91.63.Tim Potter1999-04-111-3/+6
* Mainly BDC-related changes.Matthew Chapman1999-04-081-10/+26
* Mainly BDC-related changes.Matthew Chapman1999-04-081-1/+5
* Mainly BDC-related changes.Matthew Chapman1999-04-0810-56/+648
* Mainly BDC-related changes.Matthew Chapman1999-04-084-8/+370
* Fix for endianness problem reported by Edan Idzerda <edan@mtu.edu>. AMatthew Chapman1999-04-081-2/+3
* Always do a compile before CVS commit! )-:Tim Potter1999-04-082-1/+2
* Forgot about closedir() function for VFS. Hoo embarassing.Tim Potter1999-04-084-2/+13
* Changed calls to strncat() to safe_strcat(). Fix from SAMBA_2_0 branch.Tim Potter1999-04-071-4/+4
* Dejan Ilic: spotted "NETLOGON" bug, failure of NT_STATUS WRONG_PASSWORD.Luke Leighton1999-04-061-3/+3
* Under IRIX, a void function may return a value, even if that value isTim Potter1999-04-051-1/+1
* Fix incorrect conversion of fd_attempt_open() calls to vfs_ops.open().Tim Potter1999-04-051-9/+12
* Use VFS I/O for stat_cache_lookup()Tim Potter1999-04-051-3/+5
* Disable VFS routines if no libdl available.Tim Potter1999-04-052-3/+13
* Fixed spelling typo in Kerberos configure option.Tim Potter1999-04-041-1/+1
* Updated for VFS merge.Tim Potter1999-04-041-6/+47
* Fixed up incorrect calls to read_file().Tim Potter1999-04-041-2/+2
* Use VFS operations for file I/O.Tim Potter1999-04-041-8/+7
* Use VFS operations for file I/O.Tim Potter1999-04-041-3/+2
* #ifdef'ed out functions obsoleted by VFS:Tim Potter1999-04-041-4/+14
* Added smbd/vfs.o and smbd/vfs-wrap.o to object list for smbd.Tim Potter1999-04-041-1/+2
* Wrote VFS initialisation routines.Tim Potter1999-04-041-0/+407
* Wrapped up all VFS disk I/O functions for portability. I rememberTim Potter1999-04-041-0/+180
* Use VFS operations for file I/O.Tim Potter1999-04-047-110/+126
* Call VFS initialisation, share connect and share disconnect functions.Tim Potter1999-04-041-1/+35
* Use VFS operations for file I/O.Tim Potter1999-04-041-22/+32
* Use VFS operations for file I/O.Tim Potter1999-04-041-5/+5
* Use VFS operations for file I/O.Tim Potter1999-04-041-3/+3
* Use VFS operations for file I/O.Tim Potter1999-04-042-7/+8
* Added struct vfs_ops describing virtual filesystem operations.Tim Potter1999-04-041-30/+77
* Added configuration parameter 'vfs object' to specify loadable objectTim Potter1999-04-041-0/+20
* new files needed by profiling codeAndrew Tridgell1999-04-012-0/+145
* Ken McDonell from SGI was interested in adding some profilingAndrew Tridgell1999-04-0112-629/+870
* declare ttarf as double, as in client.cAlexandre Oliva1999-03-301-1/+1
* use double instead of SMB_BIG_UINT for dir_total and ttarfAlexandre Oliva1999-03-302-4/+4
* added SamrQueryDomainInfo call info level 0x3 for kix32.exe supportLuke Leighton1999-03-294-10/+57
* "User Manager" - create user + change password now work.Luke Leighton1999-03-253-7/+68
* SMB_BIG_INT dir_total incompatible with %d: must use %llu (line 446)Luke Leighton1999-03-251-1/+1