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
/
modules
Age
Commit message (
Expand
)
Author
Files
Lines
2003-08-12
VFS layer should be TRANSPARENT, not OPAQUE
Alexander Bokovoy
1
-1
/
+1
2003-08-12
Use path relative to source/ for modules/getdate.h
Alexander Bokovoy
2
-2
/
+2
2003-08-12
Add vfs_readonly module which allows to enforce periodic read-only limit on a...
Alexander Bokovoy
4
-0
/
+3717
2003-07-29
Add NT quotas support. Users allowed now to manage quotas on systems with sys...
Alexander Bokovoy
1
-0
/
+180
2003-07-16
ading new files from 3.0
Gerald Carter
1
-0
/
+131
2003-07-16
trying to get HEAD building again. If you want the code
Gerald Carter
5
-810
/
+497
2003-06-22
Found out a good number of NT_STATUS_IS_ERR used the wrong way.
Simo Sorce
2
-2
/
+2
2003-06-17
Const fixes by metze
Volker Lendecke
1
-2
/
+2
2003-05-26
Added file from SAMBA_3_0 branch.
Tim Potter
1
-0
/
+1
2003-05-23
Ignore *.po files.
Tim Potter
1
-0
/
+1
2003-05-14
Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...
Alexander Bokovoy
5
-96
/
+96
2003-05-11
Fix VFS layer:
Alexander Bokovoy
5
-806
/
+493
2003-04-28
Use NTSTATUS as return value for smb_register_*() functions and init_module()
Jelmer Vernooij
5
-11
/
+11
2003-04-28
Use NTSTATUS as return value for smb_register_*() functions and init_module()
Jelmer Vernooij
6
-12
/
+12
2003-04-26
Add the weird charset in 3_0 and build it by default for ./configure --enable...
Jelmer Vernooij
1
-0
/
+131
2003-04-24
Move pdb_mysql and pdb_xml from modules/ to passdb/, just like they are
Jelmer Vernooij
2
-1546
/
+0
2003-04-24
Patch from Stefan Metzmacher to add default parameters to the lp_parm()
Jelmer Vernooij
3
-54
/
+44
2003-04-24
Patch from Stephan Metzmacher to add default arguments to lp_parm() smb.conf
Jelmer Vernooij
1
-84
/
+142
2003-04-21
Default to "passdb.xml" as default output filename instead of "-"
Jelmer Vernooij
1
-1
/
+1
2003-04-17
Do not use lp_parm_bool() and lp_parm_ulong() yet. They're only in HEAD
Jelmer Vernooij
1
-138
/
+72
2003-04-16
More merges from HEAD:
Jelmer Vernooij
4
-103
/
+157
2003-04-09
port HEAD mods
Simo Sorce
1
-12
/
+10
2003-04-09
collaps same repeted task into 2 code paths
Simo Sorce
1
-2
/
+1
2003-04-08
reworked to not malloc PATH_MAX long strings
Simo Sorce
1
-11
/
+11
2003-04-07
ooops new_dir is already len +1 bytes
Simo Sorce
1
-2
/
+2
2003-04-07
check braindead safe_* function length interpretation is correct
Simo Sorce
1
-7
/
+7
2003-04-07
remove unnened and wrong instructions
Simo Sorce
1
-2
/
+0
2003-04-07
remove unneded instruction
Simo Sorce
1
-1
/
+0
2003-04-07
fix wrong string handling
Simo Sorce
1
-3
/
+4
2003-03-30
- Point users at the HOWTO Collection instead of 'README' in modules/mysql.c
Jelmer Vernooij
1
-1
/
+1
2003-03-27
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...
cvs2svn Import User
1
-0
/
+287
2003-03-27
Use the new modules system in VFS. If a module can't be loaded with the
Jelmer Vernooij
5
-62
/
+24
2003-03-25
Make these functions static, keep them out of proto.
Andrew Bartlett
2
-4
/
+4
2003-03-24
Fix init function name and return value
Jelmer Vernooij
1
-2
/
+2
2003-03-23
Don't duplicate the default group mapping functions - use the ones
Jelmer Vernooij
1
-60
/
+0
2003-03-19
Put in the new modules system. It's now used by passdb and rpc. I will
Jelmer Vernooij
2
-14
/
+4
2003-03-03
Fixes to the vfs_fake_perms modules - we only need to specify the VFS
Andrew Bartlett
1
-211
/
+29
2003-02-24
Fix off-by-one bugs, and move to strdup() rather than malloc()/strcpy().
Andrew Bartlett
1
-16
/
+9
2003-02-21
patch from Hal Roberts check for a valid [f]chmod_acl function pointer before...
Gerald Carter
1
-2
/
+12
2003-02-21
patch from Hal Roberts check for a valid [f]chmod_acl function pointer before...
Gerald Carter
1
-2
/
+12
2003-02-20
Make init_module() and thus smb_load_module() return an int.
Jelmer Vernooij
1
-1
/
+1
2003-02-11
Merge from HEAD: Patch by Anthony Liguori <aliguor@us.ibm.com> to replace sca...
Andrew Bartlett
1
-16
/
+15
2003-02-11
Patch from Anthony Liguori <aliguor@us.ibm.com> to remove scandir() portability
Andrew Bartlett
1
-16
/
+15
2003-02-07
Added my name to copyright.
John Terpstra
1
-0
/
+1
2003-02-07
Added extended audit module that logs to smbd log as well as syslog.
John Terpstra
1
-0
/
+319
2003-02-07
Added audit module that logs info to smbd log file as well as syslog.
John Terpstra
1
-0
/
+318
2002-12-30
Add a new VFS module, that just fiddles the file permissions. Still need to
Andrew Bartlett
1
-0
/
+471
2002-12-23
Finish adding strings to all talloc_init() calls.
Jeremy Allison
1
-1
/
+1
2002-12-22
talloc_init_named -> talloc_init.
Jeremy Allison
2
-6
/
+6
2002-12-22
talloc_init_named -> talloc_init.
Jeremy Allison
2
-7
/
+7
[prev]
[next]