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
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2000-10-10
Fixed nasty size wrong bug spotted by the eagle eyes of
Jeremy Allison
1
-1
/
+1
2000-10-08
sys_popen got damaged when converted from FILE * to int fd I think.
Jeremy Allison
1
-14
/
+3
2000-10-06
Fix for printf attribute from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>
Jeremy Allison
1
-4
/
+4
2000-10-06
Print socket options - patch from Dave Collier-Brown @ Sun.
Jeremy Allison
1
-2
/
+23
2000-10-06
Herb's warning fixes. Also the POSIX locking fix.
Jeremy Allison
1
-1
/
+0
2000-10-04
Made re-init of stat cache explicit rather than being hidden.
Jeremy Allison
1
-4
/
+0
2000-10-04
Adding Herb's compile warning fixes to HEAD.
Jeremy Allison
5
-13
/
+17
2000-10-03
utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff.
Jeremy Allison
3
-13
/
+476
2000-09-29
added a hack to get 64 bit locking working with the broken fcntl()
Andrew Tridgell
1
-0
/
+14
2000-09-28
Removed annoying unecessary debug message.
Tim Potter
1
-1
/
+0
2000-09-27
Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector them
Jeremy Allison
2
-292
/
+8
2000-09-26
fix for IRIX compiler error messages
Herb Lewis
1
-3
/
+3
2000-09-13
first cut at smbcontrol program. It currently allows syntax like:
Andrew Tridgell
1
-0
/
+43
2000-09-12
fixed a race in the pipe() setup in sys_select()
Andrew Tridgell
1
-1
/
+1
2000-09-12
- fixed some memory leaks in the messages code
Andrew Tridgell
1
-1
/
+28
2000-09-12
- changed the msg_type to be an int instead of an enum so that it is
Andrew Tridgell
2
-14
/
+19
2000-09-12
much nicer message interface. We now register dispatch functions,
Andrew Tridgell
2
-26
/
+62
2000-09-11
the first cut of the internal messaging system.
Andrew Tridgell
2
-44
/
+254
2000-09-01
Changes from APPLIANCE_HEAD (per Tim Potter):
David O'Neill
1
-0
/
+75
2000-09-01
-U% should be an anonymous connection. Fixed bug where
Gerald Carter
1
-1
/
+2
2000-08-30
Implemented AbortPrinter() from Gerald's Win32 test code. Just purge all
Jeremy Allison
1
-0
/
+2
2000-08-29
added -P (for no prompt) and -A <authfile> options
Gerald Carter
1
-22
/
+92
2000-08-29
needed to use strwicmp() in smbclient code, so I moved it to util_str.c
Gerald Carter
1
-0
/
+30
2000-08-28
made reopen_logs() always re-open logs, not try and be smart about not
Andrew Tridgell
1
-37
/
+34
2000-08-25
- fixed the %U macro so that the old (and documented) semantics work
Andrew Tridgell
1
-2
/
+13
2000-08-23
Added code to do SID to uid/gid conversion. Needed for ACL support.
Jeremy Allison
1
-2
/
+2
2000-08-18
oops. must return "" string and length zero when strlen(filebuf) == 0
Luke Leighton
1
-13
/
+16
2000-08-18
getfileline() - line with length of zero -> filebuf[strlen(filebuf)-1]
Luke Leighton
1
-10
/
+13
2000-08-14
Reverted the change Luke made. Removed IS_BITS_SET_XX macros.
Jeremy Allison
1
-13
/
+7
2000-08-14
hey, jerry: turns out you _have_ converted to get_safe_nt_errmsg!!!
Luke Leighton
1
-2
/
+4
2000-08-14
jeremy,
Luke Leighton
1
-11
/
+15
2000-08-12
fixed unistr_to_ascii to deal with NULL src strings
Gerald Carter
1
-14
/
+14
2000-08-12
reworked talloc() to in order to help track down invalid
Gerald Carter
1
-25
/
+26
2000-08-10
Tidied up security rights definitions.
Jeremy Allison
1
-4
/
+4
2000-08-10
Removed requirement that sid have an owner before being interpreted.
Jeremy Allison
1
-18
/
+9
2000-08-10
Deal will NULL UNISTR in unistr_to_ascii
Gerald Carter
1
-13
/
+21
2000-08-10
talloc returns 0xdeadbeef when asked to allocate 0 bytes
Gerald Carter
1
-19
/
+29
2000-08-09
Fixed memory leak with NT tokens.
Jeremy Allison
1
-2
/
+15
2000-08-08
Added SID "Everyone" S-1-1-0 as always matching if present in an ACE.
Jeremy Allison
1
-4
/
+17
2000-08-08
Changed the sec desc access checks to match the spec. Needs testing.
Jeremy Allison
1
-220
/
+149
2000-08-08
All changes related to rpcclient...
Gerald Carter
1
-2
/
+2
2000-08-04
Fixed up se_access_check() to use the token list from the user struct
Jeremy Allison
1
-82
/
+32
2000-08-03
Added an NT_USER_TOKEN structure that is copied/passed around associated
Jeremy Allison
1
-3
/
+5
2000-08-02
Started to canonicalize our handling of uid -> sid code in order to
Jeremy Allison
1
-19
/
+27
2000-08-01
Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...
Jeremy Allison
1
-13
/
+7
2000-07-31
More work on rpcclient...
Gerald Carter
1
-4
/
+2
2000-07-27
Ok - this is a *BIG* change - but it fixes the problems with static strings
Jeremy Allison
3
-2
/
+10
2000-07-25
if the sids are not the same pointer and either of the sids are NULL
Andrew Tridgell
1
-0
/
+3
2000-07-21
Added EnumPorts() and fixed up some problems
Gerald Carter
1
-48
/
+27
2000-07-19
Instead of handing back a string (which might be a DNS name or an IP
Christopher R. Hertel
1
-33
/
+85
[next]