Age | Commit message (Expand) | Author | Files | Lines |
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 | 7 | -181/+208 |
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-09 | Put this back after it dropped off. | John Terpstra | 1 | -0/+51 |
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-05 | Documentation for VFS construction. | Tim Potter | 1 | -0/+9 |
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 |
1999-04-04 | Use VFS operations for file I/O. | Tim Potter | 1 | -5/+5 |
1999-04-04 | Use VFS operations for file I/O. | Tim Potter | 1 | -3/+3 |
1999-04-04 | Use VFS operations for file I/O. | Tim Potter | 2 | -7/+8 |
1999-04-04 | Added struct vfs_ops describing virtual filesystem operations. | Tim Potter | 1 | -30/+77 |
1999-04-04 | Added configuration parameter 'vfs object' to specify loadable object | Tim Potter | 1 | -0/+20 |
1999-04-01 | new files needed by profiling code | Andrew Tridgell | 2 | -0/+145 |
1999-04-01 | Ken McDonell from SGI was interested in adding some profiling | Andrew Tridgell | 12 | -629/+870 |
1999-03-30 | declare ttarf as double, as in client.c | Alexandre Oliva | 1 | -1/+1 |
1999-03-30 | use double instead of SMB_BIG_UINT for dir_total and ttarf | Alexandre Oliva | 2 | -4/+4 |
1999-03-29 | added SamrQueryDomainInfo call info level 0x3 for kix32.exe support | Luke Leighton | 4 | -10/+57 |
1999-03-25 | "User Manager" - create user + change password now work. | Luke Leighton | 3 | -7/+68 |
1999-03-25 | SMB_BIG_INT dir_total incompatible with %d: must use %llu (line 446) | Luke Leighton | 1 | -1/+1 |
1999-03-25 | fixed issues with "Welcome to SAMBA Domain" for when admin user/pass is | Luke Leighton | 5 | -12/+174 |
1999-03-25 | * client/client.c (dir_total): use SMB_BIG_UINT | Alexandre Oliva | 3 | -6/+31 |
1999-03-25 | added SAMR_USER_INFO_24 info level to samr_set_userinfo. this is used | Luke Leighton | 4 | -0/+89 |
1999-03-25 | SAM database "set user info". | Luke Leighton | 18 | -170/+772 |
1999-03-24 | NULL pointer handling in nt_lm_owf_gen | Luke Leighton | 1 | -1/+4 |