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-08-20
a bunch of fixes from the sflight to seattle
Andrew Tridgell
13
-676
/
+699
2001-08-19
Realloc fix.
Jeremy Allison
1
-6
/
+5
2001-08-19
Realloc fixes.
Jeremy Allison
1
-13
/
+8
2001-08-19
Realloc fixes.
Jeremy Allison
1
-6
/
+5
2001-08-19
Realloc fixes.
Jeremy Allison
1
-2
/
+3
2001-08-19
More Realloc fixes.
Jeremy Allison
1
-4
/
+3
2001-08-19
Realloc fix.
Jeremy Allison
1
-3
/
+13
2001-08-19
Add missing gcc memory barriers, this bug showed up when doing a
Anton Blanchard
1
-16
/
+43
2001-08-18
More Realloc fixes.
Jeremy Allison
2
-4
/
+13
2001-08-18
More Realloc fixes.
Jeremy Allison
1
-7
/
+17
2001-08-17
Use tparam not tdata when reallocing params to make clearer.
Jeremy Allison
1
-12
/
+15
2001-08-17
more useful debug messages and check if the size are non null.
Jean-François Micouleau
1
-10
/
+17
2001-08-17
OK, so not freeing these was a mistake. I'll try to be less exuberent next
Andrew Bartlett
1
-0
/
+2
2001-08-17
Move the claim_connection stuff till a little later in the process.
Andrew Bartlett
1
-16
/
+14
2001-08-17
Move admin user check into a helper function.
Andrew Bartlett
1
-18
/
+35
2001-08-17
Move read only check into a helper funcion. Ensure conn->service is set
Andrew Bartlett
1
-40
/
+50
2001-08-17
Restore a debug I think I dropped earlier
Andrew Bartlett
1
-0
/
+2
2001-08-17
smbd/auth_server: Doco, we want to use cli_nt_error here soon
Andrew Bartlett
5
-36
/
+47
2001-08-17
Style cleanup for the last vuid change.
Andrew Bartlett
3
-11
/
+17
2001-08-17
One less getpwnam() call...
Andrew Bartlett
2
-11
/
+6
2001-08-16
removed unused file
Andrew Tridgell
1
-91
/
+0
2001-08-16
removed unused file
Andrew Tridgell
1
-113
/
+0
2001-08-13
Added Jim McDonough's Win9x take ownership fix.
Jeremy Allison
1
-0
/
+12
2001-08-13
merge from 2.2
Gerald Carter
2
-0
/
+16
2001-08-13
Add printing of errno when POSIX lock requests fail.
Jeremy Allison
1
-3
/
+3
2001-08-13
Moved across definition of dos error types from smb.h to doserr.h
Tim Potter
2
-4
/
+7
2001-08-13
Converted to new error API.
Tim Potter
1
-28
/
+32
2001-08-13
Fixed typo in debug message.
Tim Potter
1
-2
/
+2
2001-08-13
Fixed up 'orrible formatting.
Tim Potter
1
-21
/
+21
2001-08-12
Fixed crash bug when attempting to list contents of non-existent
Tim Potter
1
-0
/
+3
2001-08-12
this is a big global fix for the ptr = Realloc(ptr, size) bug.
Simo Sorce
30
-136
/
+363
2001-08-12
Kill of idra's extra become_root()/unbecome_root() now I have fixed the actual
Andrew Bartlett
1
-2
/
+0
2001-08-12
This patch does a number of things, mostly smaller than they look :-)
Andrew Bartlett
16
-876
/
+702
2001-08-12
it was half committed last time,
Simo Sorce
1
-2
/
+2
2001-08-11
Without this become_root()/unbecome_root() pair I was not able to login
Simo Sorce
1
-3
/
+3
2001-08-10
Added Mike Davidsons Tru64 ACL patch.
Jeremy Allison
6
-22
/
+32
2001-08-10
Merge in the NT drivers changes from 2.2.
Jeremy Allison
4
-404
/
+668
2001-08-10
- avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)
Simo Sorce
13
-112
/
+713
2001-08-10
Debug cleanups.
Tim Potter
1
-3
/
+3
2001-08-10
Had the test for cli_is_error() reversed. You idiot Stimpy!
Tim Potter
1
-1
/
+1
2001-08-10
Fixes for new client error api.
Tim Potter
1
-2
/
+2
2001-08-10
Use new client error api.
Tim Potter
1
-12
/
+13
2001-08-10
Use the new client error api.
Tim Potter
4
-6
/
+8
2001-08-10
A rewrite of the error handling in the libsmb client code. I've separated
Tim Potter
13
-182
/
+283
2001-08-10
More constant conversions.
Tim Potter
2
-4
/
+4
2001-08-10
Removed nt_error field from cli_state as it was not used anywhere.
Tim Potter
2
-8
/
+1
2001-08-10
Replaced the duplicate DOS constants with appropriate ones from doserr.h to
Tim Potter
5
-332
/
+335
2001-08-10
Moved dos error codes from smb.h into new file doserr.h
Tim Potter
2
-113
/
+136
2001-08-10
Changed the order of arguments in make_oem_passwd_hash(). All the other
Tim Potter
2
-2
/
+3
2001-08-10
merge from 2.2
Gerald Carter
3
-6
/
+6
[next]