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
/
source3
/
web
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add assertions that kill() is never accidentally passed a non-positive
Martin Pool
2002-03-20
1
-2
/
+2
*
Removed version number from file header.
Tim Potter
2002-01-30
5
-9
/
+5
*
getpwnam -> getpwnam_alloc
Andrew Bartlett
2002-01-21
1
-1
/
+2
*
A nice *big* change to the fundemental way we do things.
Andrew Bartlett
2002-01-17
1
-1
/
+3
*
Store some path names in global variables initialized to configure
Martin Pool
2001-11-19
2
-18
/
+28
*
Fix const warning. Doxyfy comment.
Martin Pool
2001-11-19
1
-5
/
+8
*
the next step in the intl changeover. This should get us compiling agian,
Andrew Tridgell
2001-10-14
4
-352
/
+130
*
first step in converting the head branch to use lang_tdb.c instead
Andrew Tridgell
2001-10-11
1
-107
/
+0
*
merge from 2.2
Gerald Carter
2001-10-06
1
-2
/
+84
*
Fixup passdb stuff to add new nisplus and ldap backends.
Jeremy Allison
2001-09-25
2
-1
/
+2
*
Added SWAT i18n feature:
Motonobu Takahashi
2001-09-24
4
-134
/
+571
*
fixed a silly off by 1 bug
Andrew Tridgell
2001-09-24
1
-2
/
+2
*
fixed bug in POST var handling
Andrew Tridgell
2001-09-24
1
-4
/
+2
*
convert all POST variables from display to unix charset
Andrew Tridgell
2001-09-24
2
-23
/
+29
*
Move pass_check.c over to NTSTATUS, allowing full NTSTATUS from PAM to wire!
Andrew Bartlett
2001-09-20
1
-8
/
+5
*
Remove the ugly hacks to get around the Get_Pwnam() calls in pass_check.c by
Andrew Bartlett
2001-09-19
1
-47
/
+24
*
move to SAFE_FREE()
Simo Sorce
2001-09-17
2
-2
/
+2
*
declare dbf in one spot
Andrew Tridgell
2001-09-10
1
-1
/
+0
*
replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down
Andrew Tridgell
2001-09-10
2
-6
/
+6
*
convert more code to using d_printf
Andrew Tridgell
2001-09-08
1
-165
/
+165
*
got rid of USE_TDB_MMAP_FLAG as its not needed any more
Andrew Tridgell
2001-09-06
1
-1
/
+1
*
A few changes:
Andrew Bartlett
2001-08-22
1
-3
/
+1
*
it was half committed last time,
Simo Sorce
2001-08-12
1
-2
/
+2
*
Change all realloc() statements to Realloc() (ecxept for tdb.c)
Simo Sorce
2001-08-08
1
-13
/
+13
*
Added "use mmap" for HPUX.
Jeremy Allison
2001-07-30
1
-1
/
+1
*
This removes unused paramaters from various authtication functions, and should
Andrew Bartlett
2001-07-08
1
-2
/
+2
*
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
2001-07-04
1
-12
/
+12
*
The big character set handling changeover!
Andrew Tridgell
2001-07-04
2
-21
/
+8
*
uhm some pointer went wrong
Simo Sorce
2001-06-23
1
-4
/
+4
*
handle P_LIST parameters
Simo Sorce
2001-06-23
1
-0
/
+25
*
use LDSHFLAGS not -shared in several places
Andrew Tridgell
2001-06-04
1
-1
/
+1
*
make swat recover from previously bad umask from xinetd
Andrew Tridgell
2001-05-30
1
-2
/
+8
*
Add border=0 in included swat images to get rid of the link border stuff.
Tim Potter
2001-05-30
1
-1
/
+1
*
make sure the umask is set in swat
Andrew Tridgell
2001-05-28
1
-0
/
+2
*
- added ability for swat to run under CGI. This needs
Andrew Tridgell
2001-05-17
1
-1
/
+33
*
Check sizes of data entries in connections.tdb before deciding they're crecs...
Jeremy Allison
2001-05-15
1
-5
/
+17
*
merge some fixes from 2.2
Andrew Tridgell
2001-05-07
1
-1
/
+5
*
fix broken links in SWAT due to upper case anchors in the generated
Gerald Carter
2001-04-12
1
-2
/
+5
*
Setup syslog correctly in swat. Patch from Andrew Bartlett.
Jeremy Allison
2001-04-05
1
-0
/
+1
*
Fix from Ryo Kawahara <rkawa@lbe.co.jp> to make SWAT correctly write and smb....
Jeremy Allison
2001-03-26
1
-7
/
+19
*
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
2001-03-11
2
-4
/
+3
*
Changes from APPLIANCE_HEAD:
David O'Neill
2001-01-17
1
-2
/
+3
*
Large commit which restructures the local password storage API.
Gerald Carter
2000-11-13
1
-2
/
+2
*
Fix to the "known/unknown user" difference patch from "Ron Alexander" <rcalex...
Jeremy Allison
2000-11-06
1
-0
/
+1
*
Remove CGI logging code. Make username/password lookups take
Jeremy Allison
2000-11-01
1
-29
/
+28
*
don't show equivalent enum options in swat
Andrew Tridgell
2000-09-13
1
-5
/
+8
*
Fix for swat to return correct MIME type for text files. From "Ron
Tim Potter
2000-09-01
1
-0
/
+2
*
finally got sick of the "extern int Client" code and the stupid
Andrew Tridgell
2000-04-11
1
-3
/
+3
*
two minor bugfixes for SCO UnixWare. The first is to catch SIGPIPE so that pu...
Andrew Tridgell
2000-04-11
2
-0
/
+4
*
client/client.c:
Jeremy Allison
2000-02-25
1
-14
/
+26
[next]