index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
make rpcclent by default.
Gerald Carter
2000-08-29
1
-1
/
+1
*
This doesn't compile but is a placeholder for moving the UNIX
Jeremy Allison
2000-08-29
1
-0
/
+618
*
smbd/password.c: Fixed typo in Tim's new code that caused insure overrun error.
Jeremy Allison
2000-08-28
2
-3
/
+2
*
Merge bug - still getting used to dirdiff.
Tim Potter
2000-08-28
1
-1
/
+0
*
Oops - missed a file.
Tim Potter
2000-08-28
1
-0
/
+42
*
Merge from appliance branch.
Tim Potter
2000-08-28
3
-0
/
+12
*
yipee!
Andrew Tridgell
2000-08-28
5
-6
/
+24
*
made reopen_logs() always re-open logs, not try and be smart about not
Andrew Tridgell
2000-08-28
1
-37
/
+34
*
arrgh.
Andrew Tridgell
2000-08-28
1
-0
/
+4
*
vfs write data fix. Fix for name matching in addtosmbpass
Jeremy Allison
2000-08-25
2
-3
/
+3
*
Replaced "\\MAILSLOT\\NET\\NETLOGON" with NET_LOGON_MAILSLOT constant.
Tim Potter
2000-08-25
1
-1
/
+1
*
- fixed the %U macro so that the old (and documented) semantics work
Andrew Tridgell
2000-08-25
1
-2
/
+13
*
Updated file with version in TNG.
Tim Potter
2000-08-25
1
-2
/
+3
*
Modified to use sid_to_uid and sid_to_gid. Now ready for POSIX ACL
Jeremy Allison
2000-08-24
1
-8
/
+9
*
Tidied up some error returns from printing calls. Still need to map UNIX
Jeremy Allison
2000-08-23
3
-10
/
+16
*
Documentation on NT_USER_TOKEN. Requested by Sander.
Jeremy Allison
2000-08-23
1
-0
/
+5
*
Added code to do SID to uid/gid conversion. Needed for ACL support.
Jeremy Allison
2000-08-23
5
-26
/
+266
*
Patch from John Reilly <jreilly@hp.com> for not processing duplicate files
Tim Potter
2000-08-22
1
-0
/
+8
*
Fix for safe_free freeing static strings. From Robert August Vincent, II.
Jeremy Allison
2000-08-21
1
-5
/
+6
*
oops. must return "" string and length zero when strlen(filebuf) == 0
Luke Leighton
2000-08-18
1
-13
/
+16
*
fixed an off by one error where I was tromping on memory
Gerald Carter
2000-08-18
1
-1
/
+1
*
fixed initialization errors (again!) I must have forgot to
Gerald Carter
2000-08-18
1
-0
/
+6
*
getfileline() - line with length of zero -> filebuf[strlen(filebuf)-1]
Luke Leighton
2000-08-18
1
-10
/
+13
*
changing some debug message levels
Gerald Carter
2000-08-18
1
-12
/
+12
*
Fix for Win9x driver downloads when information is
Gerald Carter
2000-08-17
1
-83
/
+153
*
added comment for my own memory purposes
Gerald Carter
2000-08-17
1
-0
/
+1
*
hack for unmarshalling unistr's on machines with BIG_ENDIAN arch
Gerald Carter
2000-08-16
1
-2
/
+19
*
- fixed memcpy bug in copy_unistr2()
Gerald Carter
2000-08-16
1
-7
/
+21
*
fixed unitialized struct bug in enum_users (whatever it is called)
Gerald Carter
2000-08-16
1
-1
/
+5
*
Merge of uninitialised variable fix from APPLIANCE_HEAD.
Tim Potter
2000-08-15
1
-4
/
+1
*
Tidied up extra ()'s.
Jeremy Allison
2000-08-15
1
-12
/
+12
*
Reverted the change Luke made. Removed IS_BITS_SET_XX macros.
Jeremy Allison
2000-08-14
2
-18
/
+7
*
fixed a few bugs in new_smb_io_relarraystr().
Gerald Carter
2000-08-14
1
-2
/
+5
*
restored IS_BITS_SET_xxx macros.
Luke Leighton
2000-08-14
1
-0
/
+5
*
hey, jerry: turns out you _have_ converted to get_safe_nt_errmsg!!!
Luke Leighton
2000-08-14
1
-2
/
+4
*
jeremy,
Luke Leighton
2000-08-14
1
-11
/
+15
*
minor formatting fixes.
Gerald Carter
2000-08-14
1
-9
/
+9
*
fix for new_smb_io_relarraystr() and new_smb_io_relstr()
Gerald Carter
2000-08-14
1
-2
/
+2
*
removed the prs_align in spoolss_smb_io_unistr() (JF, please check)
Gerald Carter
2000-08-12
1
-3
/
+36
*
fixes to prs_unistr UNMARSHALLING only. Problem was due to talloc's
Gerald Carter
2000-08-12
1
-29
/
+37
*
FIxed some unmarshalling problems with relstr and unistr arrays
Gerald Carter
2000-08-12
3
-200
/
+163
*
fixed unistr_to_ascii to deal with NULL src strings
Gerald Carter
2000-08-12
1
-14
/
+14
*
reworked talloc() to in order to help track down invalid
Gerald Carter
2000-08-12
2
-25
/
+32
*
removed (void) typecast from SMB_ASSERT
Gerald Carter
2000-08-12
1
-1
/
+1
*
Fixed the problem with UNISTR marshalling in a buffer5 struct.
Jeremy Allison
2000-08-11
2
-53
/
+25
*
First shot at actually *doing* WINS failover.
Christopher R. Hertel
2000-08-11
1
-1
/
+8
*
Fix case where volumename could be returned as UNIX charset or DOS codepage
Jeremy Allison
2000-08-11
1
-2
/
+6
*
Added "add_printer_hook" call to update printer for Win9x clients.
Jeremy Allison
2000-08-10
1
-62
/
+68
*
Tidied up security rights definitions.
Jeremy Allison
2000-08-10
7
-39
/
+30
*
Removed requirement that sid have an owner before being interpreted.
Jeremy Allison
2000-08-10
1
-18
/
+9
[prev]
[next]