Age | Commit message (Expand) | Author | Files | Lines |
1999-04-30 | md5 and hmac_md5 | Luke Leighton | 7 | -1/+518 |
1999-04-28 | use /dev/urandom not /dev/random in head branch. | Andrew Tridgell | 1 | -6/+9 |
1999-04-27 | rpc_parse/parse_misc.c : defined a new BUFFER5 struct | Jean-François Micouleau | 13 | -15/+323 |
1999-04-27 | Adding RPC spoolss code support and some new low-level printing functions. | Jean-François Micouleau | 5 | -0/+9608 |
1999-04-23 | Adding scheduler control pipe (\atsvc), client-side routines, and rpcclient | Matthew Chapman | 1 | -0/+155 |
1999-04-23 | New rpcclient command "at" for NT scheduler control, a slightly improved | Matthew Chapman | 3 | -0/+494 |
1999-04-23 | Added new define NT_STATUS_MORE_ENTRIES = 0x105. | Matthew Chapman | 1 | -1/+1 |
1999-04-23 | Adding scheduler control pipe (\atsvc), client-side routines, and rpcclient | Matthew Chapman | 9 | -5/+575 |
1999-04-20 | Make proto for VFS init changes and VFS fsync() stuff. | Tim Potter | 1 | -7/+8 |
1999-04-20 | Rewrite of VFS initialisation routines. | Tim Potter | 1 | -101/+114 |
1999-04-20 | Added dummy connect and disconnect VFS operations to avoid the | Tim Potter | 1 | -2/+17 |
1999-04-20 | Changed the way a VFS is initialised. The vfs_init() function is | Tim Potter | 1 | -4/+51 |
1999-04-20 | Broke out vfs structures to separate header file. | Tim Potter | 1 | -44/+11 |
1999-04-20 | Changed arguments to fsync() function to break dependency on | Tim Potter | 3 | -18/+22 |
1999-04-20 | Broke out of smb.h | Tim Potter | 1 | -0/+131 |
1999-04-17 | open_socket_in() takes a different number of parameters in the head | Andrew Tridgell | 1 | -1/+1 |
1999-04-17 | fixed a typo | Andrew Tridgell | 1 | -1/+1 |
1999-04-17 | damn, new files need to be added to the head branch first, I've told | Andrew Tridgell | 2 | -0/+243 |
1999-04-14 | Removed unused vfs_read_data() function at the request of tridge. | Tim Potter | 1 | -49/+0 |
1999-04-12 | Fix compile warning in nametouid(). | Tim Potter | 1 | -1/+1 |
1999-04-11 | Allow "Yes" and "No" as well as "True" and "False" in the three-state | Matthew Chapman | 1 | -1/+1 |
1999-04-11 | Trying to improve DC location & browsing performance for the average user | Matthew Chapman | 4 | -48/+83 |
1999-04-11 | Fixed rpcclient's samuser command. | Matthew Chapman | 1 | -37/+35 |
1999-04-11 | Incorrect length (number of unicode characters rather than buffer size) | Matthew Chapman | 1 | -1/+1 |
1999-04-11 | Modification to compile under egcs 2.91.63. | Tim Potter | 1 | -3/+6 |
1999-04-08 | Mainly BDC-related changes. | Matthew Chapman | 1 | -10/+26 |
1999-04-08 | Mainly BDC-related changes. | Matthew Chapman | 1 | -1/+5 |
1999-04-08 | Mainly BDC-related changes. | Matthew Chapman | 10 | -56/+648 |
1999-04-08 | Mainly BDC-related changes. | Matthew Chapman | 4 | -8/+370 |
1999-04-08 | Fix for endianness problem reported by Edan Idzerda <edan@mtu.edu>. A | Matthew Chapman | 1 | -2/+3 |
1999-04-08 | Always do a compile before CVS commit! )-: | Tim Potter | 2 | -1/+2 |
1999-04-08 | Forgot about closedir() function for VFS. Hoo embarassing. | Tim Potter | 4 | -2/+13 |
1999-04-07 | Changed calls to strncat() to safe_strcat(). Fix from SAMBA_2_0 branch. | Tim Potter | 1 | -4/+4 |
1999-04-06 | Dejan Ilic: spotted "NETLOGON" bug, failure of NT_STATUS WRONG_PASSWORD. | Luke Leighton | 1 | -3/+3 |
1999-04-05 | Under IRIX, a void function may return a value, even if that value is | Tim Potter | 1 | -1/+1 |
1999-04-05 | Fix incorrect conversion of fd_attempt_open() calls to vfs_ops.open(). | Tim Potter | 1 | -9/+12 |
1999-04-05 | Use VFS I/O for stat_cache_lookup() | Tim Potter | 1 | -3/+5 |
1999-04-05 | Disable VFS routines if no libdl available. | Tim Potter | 2 | -3/+13 |
1999-04-04 | Fixed spelling typo in Kerberos configure option. | Tim Potter | 1 | -1/+1 |
1999-04-04 | Updated for VFS merge. | Tim Potter | 1 | -6/+47 |
1999-04-04 | Fixed up incorrect calls to read_file(). | Tim Potter | 1 | -2/+2 |
1999-04-04 | Use VFS operations for file I/O. | Tim Potter | 1 | -8/+7 |
1999-04-04 | Use VFS operations for file I/O. | Tim Potter | 1 | -3/+2 |
1999-04-04 | #ifdef'ed out functions obsoleted by VFS: | Tim Potter | 1 | -4/+14 |
1999-04-04 | Added smbd/vfs.o and smbd/vfs-wrap.o to object list for smbd. | Tim Potter | 1 | -1/+2 |
1999-04-04 | Wrote VFS initialisation routines. | Tim Potter | 1 | -0/+407 |
1999-04-04 | Wrapped up all VFS disk I/O functions for portability. I remember | Tim Potter | 1 | -0/+180 |
1999-04-04 | Use VFS operations for file I/O. | Tim Potter | 7 | -110/+126 |
1999-04-04 | Call VFS initialisation, share connect and share disconnect functions. | Tim Potter | 1 | -1/+35 |
1999-04-04 | Use VFS operations for file I/O. | Tim Potter | 1 | -22/+32 |