index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Remove SAM - it belongs in HEAD
Jelmer Vernooij
2002-10-29
2
-284
/
+0
*
|
Remove SAM from 3.0 - it belongs in HEAD
Jelmer Vernooij
2002-10-29
9
-3502
/
+0
*
|
Sync with HEAD
Jelmer Vernooij
2002-10-29
1
-38
/
+37
*
|
Sync with HEAD
Jelmer Vernooij
2002-10-29
2
-6
/
+1
*
|
Sync with HEAD
Jelmer Vernooij
2002-10-29
1
-1
/
+0
*
|
Merge rest of Jelmer's popt_common updates from HEAD to fix build.
Jim McDonough
2002-10-29
1
-0
/
+1
*
|
Merge from HEAD:
Jim McDonough
2002-10-29
1
-5
/
+33
*
|
Move guid formatting functions over from HEAD.
Jim McDonough
2002-10-29
1
-4
/
+35
*
|
Fix fd leak with kernel change notify.
Jeremy Allison
2002-10-28
1
-1
/
+1
*
|
sync with head
Jelmer Vernooij
2002-10-28
1
-30
/
+15
*
|
sync with head...
Jelmer Vernooij
2002-10-28
1
-19
/
+13
*
|
Sync with head...
Jelmer Vernooij
2002-10-28
1
-12
/
+7
*
|
Sync with HEAD
Jelmer Vernooij
2002-10-28
1
-5
/
+53
*
|
Sync with hEAD
Jelmer Vernooij
2002-10-28
1
-281
/
+0
*
|
Sync with HEAD
Jelmer Vernooij
2002-10-28
2
-28
/
+75
*
|
Sync with HEAD
Jelmer Vernooij
2002-10-28
5
-2118
/
+2203
*
|
Try to catch up on the code I've put into HEAD that should be in 3.0:
Andrew Bartlett
2002-10-26
8
-38
/
+60
*
|
Fix problem where an fd would be left open for every printer queue.
Jeremy Allison
2002-10-26
1
-0
/
+27
*
|
merge PURGE_PRINTER fix from APP_HEAD
Gerald Carter
2002-10-25
1
-2
/
+0
*
|
removing more files...
Gerald Carter
2002-10-25
1
-134
/
+0
*
|
sync with HEAD some more....
Gerald Carter
2002-10-25
2
-523
/
+0
*
|
Fix memory leak (patch by Steve Langasek)
Jelmer Vernooij
2002-10-25
1
-0
/
+14
*
|
Only run free_private_data when specified (reported by Steve Langasek aka vor...
Jelmer Vernooij
2002-10-25
1
-1
/
+2
*
|
Merge tridge's blank password fix from HEAD.
Jeremy Allison
2002-10-24
1
-2
/
+6
*
|
Debug level 12 is a typo.
Jeremy Allison
2002-10-23
1
-2
/
+2
*
|
First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.
Jeremy Allison
2002-10-23
8
-202
/
+559
*
|
Fix for systems that allow more than 65536 open files per process.
Jeremy Allison
2002-10-22
3
-5
/
+11
*
|
Merge mangle prefix code.
Jeremy Allison
2002-10-21
2
-17
/
+46
*
|
removed the following parameters
Gerald Carter
2002-10-21
5
-317
/
+94
*
|
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...
cvs2svn Import User
2002-10-21
1
-0
/
+144
|
\
|
|
*
Recognize FreeBSD5 correctly (not as being sysv...)
Jelmer Vernooij
2002-10-21
5
-9223
/
+17772
|
*
sync with SAMBA_3_0
Gerald Carter
2002-10-21
2
-593
/
+1
|
*
Sync with metze's CVS tree
Jelmer Vernooij
2002-10-21
1
-79
/
+253
|
*
Test both new samba.tdbpack and oldtdbutil pack/unpack routines.
Martin Pool
2002-10-21
1
-29
/
+37
|
*
Import old pure Python version of tdbpack/unpack, so that we can do
Martin Pool
2002-10-21
1
-0
/
+144
|
*
The libsmb module uses py_ntsec.o
Tim Potter
2002-10-21
1
-1
/
+2
|
*
Fixed up tconx function. Implemented nt_create_andx, query_secdesc
Tim Potter
2002-10-21
1
-12
/
+121
|
*
Whoops - this should be in py_smb.c
Tim Potter
2002-10-21
1
-52
/
+0
|
*
Give better error messages for TypeError, which will arise if e.g. you
Martin Pool
2002-10-21
1
-10
/
+24
|
*
More cleanups of validation functions.
Tim Potter
2002-10-21
2
-19
/
+66
|
*
Zero some more return values.
Tim Potter
2002-10-21
1
-1
/
+2
|
*
add a 'mangle prefix' option to allow people to tune the number of
Andrew Tridgell
2002-10-21
2
-17
/
+46
|
*
level should be a uint32 in enum_ports function.
Tim Potter
2002-10-21
1
-1
/
+1
|
*
Stricter validation in python->C conversion functions.
Tim Potter
2002-10-21
1
-9
/
+16
|
*
Fixed DRIVER_INFO_3 conversion function to check for dependent_files
Tim Potter
2002-10-21
1
-3
/
+29
|
*
Fix a silly memset typo.
Tim Potter
2002-10-21
1
-2
/
+2
|
*
reverted an incorrect fix. What I was trying to do was fix a problem
Andrew Tridgell
2002-10-21
1
-1
/
+1
|
*
a space is a standard valid character in a filename
Andrew Tridgell
2002-10-21
1
-1
/
+1
|
*
Zero tallocated memory in decode_printer_info, decode_driver_info,
Tim Potter
2002-10-21
1
-0
/
+10
|
*
Bugfix for pidfile_create() from Kelledin.
Tim Potter
2002-10-21
1
-1
/
+1
[prev]
[next]