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
/
param
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a new option to disable our paranoid server check.
Andrew Bartlett
2001-08-21
1
-0
/
+4
*
merge from 2.2
Gerald Carter
2001-08-13
1
-0
/
+4
*
this is a big global fix for the ptr = Realloc(ptr, size) bug.
Simo Sorce
2001-08-12
2
-16
/
+34
*
- avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)
Simo Sorce
2001-08-10
1
-11
/
+9
*
merge from 2.2
Gerald Carter
2001-08-10
1
-4
/
+4
*
Change all realloc() statements to Realloc() (ecxept for tdb.c)
Simo Sorce
2001-08-08
1
-25
/
+13
*
Added Gerald's lanman printing only change to HEAD.
Jeremy Allison
2001-08-06
1
-0
/
+4
*
This is my 'Authentication Rewrite' version 1.01, mostly as submitted to
Andrew Bartlett
2001-08-03
1
-0
/
+8
*
Put HPUX on mmap blacklist.
Jeremy Allison
2001-08-02
1
-0
/
+4
*
Added "strict allocate" per share parameter. This causes actual on-disk alloc...
Jeremy Allison
2001-08-01
1
-0
/
+4
*
Added "use mmap" for HPUX.
Jeremy Allison
2001-07-30
1
-0
/
+4
*
Convert other parameters (read list, write list, valid users...) to the P_LIS...
Simo Sorce
2001-07-24
1
-39
/
+112
*
Fix the loading of configuration files using the include syntax.
Andrew Bartlett
2001-07-08
1
-15
/
+19
*
Add a new paramater: add machine script
Andrew Bartlett
2001-07-07
1
-0
/
+4
*
removed an unreachable statement
Andrew Tridgell
2001-07-05
1
-1
/
+0
*
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
2001-07-04
1
-3
/
+3
*
The big character set handling changeover!
Andrew Tridgell
2001-07-04
2
-200
/
+59
*
"netbios aliases" and "interfaces" options change from P_STRING to P_LIST
Simo Sorce
2001-07-01
1
-6
/
+6
*
param/loadparm.c: Fix for bad volume label, found by TAKAHASHI Motonobu
Jeremy Allison
2001-06-28
1
-12
/
+6
*
fixed error
Simo Sorce
2001-06-24
1
-5
/
+5
*
fix compiler warnings
Simo Sorce
2001-06-23
1
-1
/
+0
*
Fix for multibyte default service parameter from TAKAHASHI Motonobu, Samba Us...
Jeremy Allison
2001-06-22
1
-2
/
+2
*
use next_token instead of strtok.
Simo Sorce
2001-06-21
1
-6
/
+7
*
initial support for paramter type P_LIST
Simo Sorce
2001-06-20
1
-16
/
+182
*
Extra stuff for large readwrite support.
Jeremy Allison
2001-06-08
1
-0
/
+4
*
Removed extraneous semicolons from some lp_ parameter definitions.
Tim Potter
2001-05-15
1
-2
/
+2
*
Stupidity by me..... 777 != 0777
Jeremy Allison
2001-05-14
1
-1
/
+1
*
Got rid of iSERVICE/pSERVICE (Hungarian inspired obfuscation). Now use
Jeremy Allison
2001-05-10
1
-84
/
+80
*
free_service() was never setting the valid field to False. This is a bug
Jeremy Allison
2001-05-10
1
-0
/
+2
*
Made "security XXX" masks apply to ACL set. By default they have no effect.
Jeremy Allison
2001-05-10
1
-49
/
+8
*
merge from 2.2 removing the 'domain XXX' parameters.
Gerald Carter
2001-05-07
1
-8
/
+1
*
Added some missing winbind parameters. Yes they're already documented.
Tim Potter
2001-05-04
1
-0
/
+9
*
Fixed SHM_R/SHM_W warnings by moving sys/ipc.h and sys/shm.h into includes.h
Jeremy Allison
2001-05-03
1
-0
/
+4
*
Had to add a "pam password change" parameter (defaults to "off") and inlined
Jeremy Allison
2001-05-02
1
-0
/
+4
*
removed references to SMBRUN
Gerald Carter
2001-04-26
1
-2
/
+0
*
set "vfs object" and "vfs options" to be setable by SWAT on advanced page
Herb Lewis
2001-04-24
1
-4
/
+4
*
Added "obey pam restrictions" parameter - default to "off".
Jeremy Allison
2001-04-23
1
-0
/
+4
*
merge from 2.2
Andrew Tridgell
2001-04-18
1
-28
/
+9
*
hide unreadable patch from idra
Andrew Tridgell
2001-04-16
1
-0
/
+4
*
Merge of Andrew's changes in 2.2.
Jeremy Allison
2001-04-13
1
-2
/
+0
*
Fixup warnings about extra ';' from SGI compiler.
Jeremy Allison
2001-04-09
1
-22
/
+22
*
Added 3 params to manipulate shares. "add share command/change share command/
Jeremy Allison
2001-04-07
1
-0
/
+9
*
Fix from Ryo Kawahara <rkawa@lbe.co.jp> to make SWAT correctly write and smb....
Jeremy Allison
2001-03-26
1
-15
/
+23
*
Two OS/2 printer fixes from Jim McDonough @ IBM.
Jeremy Allison
2001-03-23
1
-0
/
+3
*
first pass of the new group mapping code
Jean-François Micouleau
2001-03-23
1
-0
/
+15
*
added option "enhanced browsing"
Andrew Tridgell
2001-03-21
1
-0
/
+4
*
Updated defaults for CUPS printing from Michael Sweet.
Jeremy Allison
2001-03-16
1
-6
/
+17
*
fixed volume_name(). It used dos_to_unix() which uses a static buffer,
Andrew Tridgell
2001-03-16
1
-1
/
+4
*
Added Michael Sweet's CUPS patch to call directly into the CUPS backend.
Jeremy Allison
2001-03-16
1
-10
/
+16
*
enable unicode on the wire by default in smbd
Andrew Tridgell
2001-03-16
1
-0
/
+4
[next]