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-11-04
Fix some compiler warnings.
Tim Potter
1
-6
/
+6
2000-10-28
Fixed silly bug in dup2 code found by Kenichi Okuyama@Tokyo Research Lab. IBM...
Jeremy Allison
1
-1
/
+1
2000-10-25
Even when looking up a users groups via winbindd even if the lookup for
Jeremy Allison
1
-2
/
+2
2000-10-25
John Reilly @ HP (who is a wonderful human being and *definately* needs
Jeremy Allison
1
-2
/
+0
2000-10-19
Fixed missing bracket on debug statement.
Tim Potter
1
-1
/
+1
2000-10-13
Added David O'Neills fix to HEAD (hmmm. how did this compile... :-).
Jeremy Allison
1
-1
/
+1
2000-10-13
Fix to allow smbd to call winbindd if it is running for all group enumeration,
Jeremy Allison
2
-32
/
+148
2000-10-12
lib/messages.c add debug print for receipt of PING and
Herb Lewis
1
-0
/
+2
2000-10-11
Turns out we do need the pwnam check as on many systems the users
Jeremy Allison
1
-0
/
+7
2000-10-11
Fixed %d printf with unsigned long arg.
Jeremy Allison
1
-1
/
+1
2000-10-11
changes to sync with 2.2. tree
Herb Lewis
1
-0
/
+12
2000-10-11
Fix to avoid calling getgrgid for no reason.
Jeremy Allison
1
-21
/
+9
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
[next]