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
2001-09-19
Add the ability to display Samba's build options with smbd -b and as a level 4
Andrew Bartlett
5
-24
/
+54
2001-09-19
printf() -> d_printf()
Andrew Bartlett
1
-1
/
+1
2001-09-19
This isn't used anymore
Andrew Bartlett
1
-1
/
+0
2001-09-19
Use lp_private_dir() not magic on the lp_smb_passwd_file() output.
Andrew Bartlett
1
-7
/
+2
2001-09-19
Removed unneeded variable, added comment on deadlock prevention.
Jeremy Allison
1
-9
/
+9
2001-09-19
Put pwrite code back in expand_file.
Jeremy Allison
1
-3
/
+10
2001-09-19
Removed test code that got added by accident.
Jeremy Allison
1
-22
/
+0
2001-09-19
removed anti-race code that could cause a classic ABBA deadlock
Andrew Tridgell
1
-21
/
+1
2001-09-19
passdb/pampass.c and passdb/pass_check.c are not passdb related at all,
Andrew Bartlett
1
-4
/
+5
2001-09-19
added a hook to reopen all tdb's after the server fork
Andrew Tridgell
3
-10
/
+52
2001-09-19
*llist being NULL is not an error
Andrew Tridgell
1
-1
/
+1
2001-09-19
Remove the ugly hacks to get around the Get_Pwnam() calls in pass_check.c by
Andrew Bartlett
5
-65
/
+56
2001-09-19
Fix (I hope) compile on HP-UX. Found by the build farm.
Andrew Bartlett
1
-1
/
+1
2001-09-19
got rid of bogus write list substitution error messages
Andrew Tridgell
1
-15
/
+18
2001-09-19
Fix based on Andrew's insight as re-using a tdb after fork means
Jeremy Allison
1
-3
/
+23
2001-09-19
don't try to initgroups in non root mode
Andrew Tridgell
1
-0
/
+4
2001-09-19
fix debug
Andrew Bartlett
1
-1
/
+1
2001-09-19
Reverse some of the breakage I commited a day or two ago, as we need to
Andrew Bartlett
1
-5
/
+21
2001-09-19
Return correct error code on lock fail in tdb_expand.
Jeremy Allison
1
-1
/
+1
2001-09-18
Roll back earlier fix after talking with Andrew. The write_lock_record and
Jeremy Allison
1
-2
/
+2
2001-09-18
Fixed a couple of nasty bugs only easily seen with no mmap. Firstly,
Jeremy Allison
1
-2
/
+4
2001-09-18
Correct fix for unaligned memcpy - malloc'ed memory incremented by sizeof(str...
Jeremy Allison
2
-19
/
+24
2001-09-18
Use structure copy to fix unaligned accesses on 64bit architectures on
Jeremy Allison
2
-2
/
+2
2001-09-18
Converted cli_net_auth2() and cli_nt_setup_creds() to return NTSTATUS.
Tim Potter
5
-19
/
+34
2001-09-17
move to SAFE_FREE()
Simo Sorce
7
-30
/
+28
2001-09-17
move to SAFE_FREE()
Simo Sorce
3
-8
/
+6
2001-09-17
move to SAFE_FREE()
Simo Sorce
32
-193
/
+145
2001-09-17
move to SAFE_FREE()
Simo Sorce
11
-146
/
+133
2001-09-17
move to SAFE_FREE()
Simo Sorce
3
-28
/
+17
2001-09-17
move to SAFE_FREE()
Simo Sorce
5
-32
/
+13
2001-09-17
move to SAFE_FREE()
Simo Sorce
2
-52
/
+43
2001-09-17
move to SAFE_FREE()
Simo Sorce
6
-46
/
+31
2001-09-17
move to SAFE_FREE()
Simo Sorce
2
-26
/
+20
2001-09-17
move to SAFE_FREE()
Simo Sorce
14
-68
/
+51
2001-09-17
move to SAFE_FREE()
Simo Sorce
14
-39
/
+37
2001-09-17
fixed ctemp in server and client. It turns out that ctemp on NT is completely...
Andrew Tridgell
4
-25
/
+48
2001-09-17
move to SAFE_FREE()
Simo Sorce
5
-44
/
+36
2001-09-17
typo
Simo Sorce
1
-5
/
+2
2001-09-17
fixed compilation of groupdb
Andrew Tridgell
1
-3
/
+3
2001-09-17
move to SAFE_FREE()
Simo Sorce
10
-141
/
+91
2001-09-17
move to SAFE_FREE()
Simo Sorce
23
-168
/
+129
2001-09-17
move to SAFE_FREE()
Simo Sorce
5
-22
/
+15
2001-09-17
move to SAFE_FREE()
Simo Sorce
2
-19
/
+16
2001-09-17
introduce SAFE_FREE() macro as suggested by andreas moroder.
Simo Sorce
2
-25
/
+24
2001-09-16
Fix compile warnings on IRIX's cc.
Andrew Bartlett
1
-3
/
+3
2001-09-16
Fix (I hope) for a number of little compile warnings found by the IRIX
Andrew Bartlett
3
-8
/
+8
2001-09-16
Minor tidy-up.
Andrew Bartlett
1
-1
/
+1
2001-09-16
Fix up workstaion and kickoff time checks, moved to auth_smbpasswd.c where
Andrew Bartlett
8
-80
/
+136
2001-09-16
fixed compilation error in smbw
Andrew Tridgell
1
-11
/
+1
2001-09-16
Start pushing the NTSTATUS stuff out to the wire for session setups.
Andrew Bartlett
2
-51
/
+28
[next]