index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Globally replace 'global_sam_sid' with get_global_sam_sid(), a self
Andrew Bartlett
2002-06-07
1
-4
/
+0
*
Move the code from lib/util_sid.c that deals with the global_sam_sid into
Andrew Bartlett
2002-06-07
1
-241
/
+1
*
merge from 2.2
Gerald Carter
2002-06-05
1
-4
/
+10
*
Spelling fix.
Tim Potter
2002-06-05
1
-1
/
+1
*
Since includes.h isn't included here, VA_COPY has to be defined here. I don't
Jim McDonough
2002-06-03
1
-0
/
+8
*
put the ifdef for HAVE_VA_COPY in one place rather than in lots of
Andrew Tridgell
2002-06-03
5
-44
/
+20
*
Updates to better report some NTSTATUS errors into PAM, and update to PAM
Andrew Bartlett
2002-05-28
1
-0
/
+1
*
move debug stuff from messages.c to debug.c (Elrond)
Simo Sorce
2002-05-26
2
-20
/
+20
*
Clean up a few unused functions, add a bit of static etc.
Andrew Bartlett
2002-05-25
2
-19
/
+2
*
Nobody uses this, and its really just a layer of internal implementation.
Andrew Bartlett
2002-05-23
1
-1
/
+1
*
Merge of bugfixes from 2.2.
Jeremy Allison
2002-05-22
1
-2
/
+8
*
Add a bit more const, and kill of (finally!) sys_getpwnam and sys_getpwuid.
Andrew Bartlett
2002-05-22
3
-129
/
+12
*
Cleanups!
Andrew Bartlett
2002-05-22
2
-45
/
+1
*
Fix a silly memory (getpnam_alloc()) leak spotted by Elrond, and move
Andrew Bartlett
2002-05-22
2
-94
/
+118
*
merge from SAMBA_2_2
Gerald Carter
2002-05-20
1
-1
/
+1
*
Fixed compiler warning.
Tim Potter
2002-05-19
1
-1
/
+1
*
Keep the compiler happy
Andrew Bartlett
2002-05-19
1
-1
/
+1
*
so here it is the code to introduce seriously debugggging classes.
Simo Sorce
2002-05-18
2
-70
/
+272
*
Move client_receive_smb to clientgen.c as a static, as proposed by Elrond.
Andrew Bartlett
2002-05-18
1
-34
/
+0
*
A few things in this commit:
Andrew Bartlett
2002-05-18
2
-13
/
+69
*
Don't forget the semicolon, you fool!
Jim McDonough
2002-05-17
1
-1
/
+1
*
Fix usage of va_list passed as an arg. Use __va_copy before using it
Jim McDonough
2002-05-17
4
-7
/
+42
*
Make Get_Pwnam use getpwnam_alloc() in an attempt to make it segfault rather
Andrew Bartlett
2002-05-17
1
-9
/
+31
*
This removes --with-ssl from Samba.
Andrew Bartlett
2002-05-17
2
-78
/
+0
*
Add __va_copy to talloc functions. talloc_asprintf was causing all kinds
Jim McDonough
2002-05-16
1
-5
/
+24
*
move vsyslog() from snprintf.c to replace.c
Simo Sorce
2002-05-11
2
-14
/
+14
*
NT uses NT_STATUS_OBJECT_NAME_NOT_FOUND not NT_STATUS_NO_SUCH_FILE for ENOENT.
Jeremy Allison
2002-05-09
1
-1
/
+1
*
We were mapping the open of name1/name2 where name1 wasn't a directory
Jeremy Allison
2002-05-09
1
-1
/
+1
*
merge from SAMBA_2_2
Gerald Carter
2002-05-09
1
-1
/
+1
*
pidfile merge from SAMBA_2_2 (including --with-fhs) and a few other minor thi...
Gerald Carter
2002-05-09
2
-20
/
+42
*
Merge in Jerry's called name fix.
Jeremy Allison
2002-05-08
1
-58
/
+66
*
patch from Alexander Bokovoy needed for dlopen on bsd systems
Andrew Tridgell
2002-04-24
1
-4
/
+4
*
We cannot set errno=0 in any of the wrapper calls as this breaks UNIX error
Jeremy Allison
2002-04-19
1
-7
/
+0
*
Fix different args to sys_fcntl without going varargs....
Jeremy Allison
2002-04-19
2
-4
/
+19
*
Fixed one more sendto.
Jeremy Allison
2002-04-19
1
-1
/
+1
*
Added sys_fcntl (not to be used everywhere). Added sys_read/sys_write
Jeremy Allison
2002-04-19
3
-7
/
+20
*
Fixed sendto in oplock code.
Jeremy Allison
2002-04-19
1
-0
/
+15
*
Fix send and recvfrom.
Jeremy Allison
2002-04-19
2
-12
/
+27
*
First cut at fix for the EINTR problem... More needs to be done I think.
Jeremy Allison
2002-04-19
3
-140
/
+180
*
nicer strndup() function
Andrew Tridgell
2002-04-18
1
-6
/
+6
*
make suure we get the return value from the pull_*() functions right
Andrew Tridgell
2002-04-17
2
-7
/
+13
*
sync with 2.2
Simo Sorce
2002-04-16
1
-4
/
+9
*
stricter conditions on termination in strings
Andrew Tridgell
2002-04-16
1
-6
/
+6
*
Fix incorrect zpadlen handling in fmtfp.
Simo Sorce
2002-04-16
1
-14
/
+20
*
fixed the handling of STR_TERMINATE
Andrew Tridgell
2002-04-16
2
-3
/
+33
*
i forgot to commit these parts of the string handling patch earlier. Sorry.
Andrew Tridgell
2002-04-16
1
-5
/
+5
*
Fixed incorrect debug.
Tim Potter
2002-04-15
1
-1
/
+1
*
Partly based on the work by mimir (Rafal Szczesniak
Andrew Bartlett
2002-04-14
2
-0
/
+50
*
Better handling of uid/gid -> RID and RID -> uid/gid code.
Andrew Bartlett
2002-04-13
1
-5
/
+12
*
added strndup() for systems that don't have it
Andrew Tridgell
2002-04-11
1
-0
/
+19
[prev]
[next]