index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
Age
Commit message (
Expand
)
Author
Files
Lines
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
1999-03-24
matt, you had removed a "pointer" from DOM_R_REF structure which made it
Luke Leighton
1
-1
/
+5
1999-03-24
removed 2 unnecessary args from make_uni_hdr.
Luke Leighton
9
-73
/
+111
1999-03-24
Fixed LSA Lookup Names. There were a few too many NULL pointers in a
Matthew Chapman
5
-37
/
+86
1999-03-23
dynamic memory allocation in samr enum dom users. works with 849 entries now.
Luke Leighton
4
-21
/
+42
1999-03-23
Fixed a typo where the RPC header mem_buffer was initialised as 0x8 bytes long
Matthew Chapman
1
-1
/
+1
1999-03-23
ERRmoredata is informational and should not be treated as a hard error
Matthew Chapman
1
-7
/
+6
1999-03-23
Same infinite loop bug as I fixed in SAMBA_2_0, but I just spent half
Matthew Chapman
1
-4
/
+4
1999-03-23
#if defined(HAVE_MYSQL_H) || defined(WITH_MYSQLSAM)
Matthew Chapman
1
-1
/
+1
1999-03-23
Another UNICODE issue - this time BUFFER2 was being transmitted incorrectly.
Matthew Chapman
3
-46
/
+10
1999-03-23
If a buffer pointer is NULL then its length_is() attribute should not be
Matthew Chapman
1
-4
/
+19
1999-03-21
The line:
Matthew Chapman
1
-2
/
+2
1999-03-21
Ensuring return status is aligned in SAMR_QUERY_DISPINFO response.
Matthew Chapman
1
-0
/
+1
1999-03-19
added a "createuser" command.
Luke Leighton
6
-34
/
+326
1999-03-19
value->enc_secret not value->secret
Luke Leighton
1
-6
/
+4
1999-03-19
const char* instead of char* for input
Luke Leighton
1
-1
/
+1
1999-03-19
return type of nt_decrypt_string2 set to BOOL.
Luke Leighton
2
-6
/
+40
1999-03-19
going to start adding inter-domain trust logons soon.
Luke Leighton
1
-123
/
+130
1999-03-19
valid_pol in lsa_query_secret() needed to be initialised to False.
Luke Leighton
1
-1
/
+1
1999-03-19
querysecret now shows the real, fairdinkum, decrypted secret :-)
Matthew Chapman
2
-12
/
+14
1999-03-19
Implemented encryption algorithm used for a number of RPC buffers.
Matthew Chapman
4
-4
/
+51
1999-03-19
Beau Kuiper: provided patch so that passwords could only be changed by
Luke Leighton
4
-3
/
+40
1999-03-18
double-checked the return results from new querysecret command, corrected
Luke Leighton
1
-2
/
+2
1999-03-18
matt,
Luke Leighton
1
-1
/
+1
[next]