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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
I think the problem with these functions is that lookup_usergroups
Herb Lewis
2008-08-15
2
-18
/
+18
*
configure: use libdir=${prefix}/lib and modules=${libdir}/samba as default wi...
Michael Adam
2008-08-15
1
-2
/
+2
*
configure: use ${libdir} instead of \${LIBDIR}.
Michael Adam
2008-08-15
1
-4
/
+4
*
configure: remove the --with-libdir parameter.
Michael Adam
2008-08-15
1
-16
/
+0
*
popt: add support for setting MODULESDIR via popt_common_dynconfig.
Michael Adam
2008-08-15
1
-0
/
+10
*
svcctl: use MODULESDIR instead of LIBDIR for the svcctl script directory.
Michael Adam
2008-08-15
2
-6
/
+6
*
libgpo: use MODULESDIR instead of LIBDIR for the group policy extensions.
Michael Adam
2008-08-15
1
-1
/
+1
*
Use module_path() instead of lib_path() for loading shared modules.
Michael Adam
2008-08-15
1
-1
/
+1
*
Add modules_path() to construct paths to files in MODULESDIR.
Michael Adam
2008-08-15
2
-0
/
+14
*
buildoptions: output MODULESDIR.
Michael Adam
2008-08-15
1
-0
/
+1
*
dynconfig: add support for MODULESDIR.
Michael Adam
2008-08-15
2
-0
/
+5
*
configure: Add --with-modulesdir to accompany --with-libdir.
Michael Adam
2008-08-15
2
-11
/
+33
*
dynconfig: remove commented-out old stuff from dynconfig.c and dynconfig.h
Michael Adam
2008-08-15
2
-232
/
+0
*
dynconfig: remove unused prototypes.
Michael Adam
2008-08-15
1
-4
/
+5
*
proto.h: remove prototypes from dynconfig.c
Michael Adam
2008-08-15
1
-25
/
+0
*
Makefile: print codepagedir in "make showlayout".
Michael Adam
2008-08-15
1
-0
/
+1
*
build: fix a typo in the installlibtalloc rule.
Michael Adam
2008-08-15
1
-1
/
+1
*
Fix show-stopper for 3.2. Smbd depends on group SID
Jeremy Allison
2008-08-14
1
-0
/
+34
*
Make it clear that this is a temporary context byusing a talloc stackframe in...
Jeremy Allison
2008-08-14
1
-22
/
+16
*
Fix bug #5692 - Core dump in full_audit.so.
Jeremy Allison
2008-08-14
3
-5
/
+4
*
Revert "Add a gpfs_prefetch module"
Michael Adam
2008-08-14
3
-315
/
+1
*
smbspool: Fix printing on port 139.
Karolin Seeger
2008-08-14
1
-1
/
+1
*
netapi: add some remaining documentation fixes.
Günther Deschner
2008-08-14
1
-3
/
+3
*
netapi: add doxygen documentation for NetUserModalsGet and NetUserModalsSet.
Günther Deschner
2008-08-14
1
-0
/
+30
*
netapi: add doxygen documentation for NetLocalGroup{Add,Del,Set,Get}Members.
Günther Deschner
2008-08-14
1
-0
/
+75
*
netapi: make libnetapi_open_ipc_connection static.
Günther Deschner
2008-08-14
8
-196
/
+114
*
netapi: make non-implemented local calls default to remote "localhost" calls.
Günther Deschner
2008-08-14
6
-38
/
+35
*
netapi: add NetLocalGroupGetMembers example code.
Günther Deschner
2008-08-14
2
-0
/
+171
*
netapi: let libnetapi_samr_lookup_and_open_alias return NTSTATUS.
Günther Deschner
2008-08-14
1
-85
/
+77
*
Put prototypes of modules/vfs_irixacl.c to new modules/vfs_irixacl.h.
Michael Adam
2008-08-14
2
-0
/
+49
*
Put prototypes of modules/vfs_hpuxacl.c to new modules/vfs_hpuxacl.h.
Michael Adam
2008-08-14
2
-0
/
+62
*
Put prototypes of modules/vfs_solarisacl.c to new modules/vfs_solarisacl.h.
Michael Adam
2008-08-14
2
-0
/
+49
*
Put prototypes of modules/vfs_tru64acl.c to new modules/vfs_tru64acl.h.
Michael Adam
2008-08-14
2
-0
/
+49
*
Put prototypes of modules/vfs_posixacl.c into new modules/vfs_posixacl.h.
Michael Adam
2008-08-14
3
-18
/
+50
*
Fix coverity CID: 594. Resource leak on error path.
Jeremy Allison
2008-08-14
1
-2
/
+4
*
Fix for bug #5688 from SATOH Fumiyasu <fumiyas@osstech.co.jp>. LPQ process is...
Jeremy Allison
2008-08-14
1
-1
/
+2
*
Fix for bug #5617, reported and patched by Bartosz Antosik antosik@gmail.com.
Jeremy Allison
2008-08-14
1
-0
/
+2
*
Prevent NT_STATUS 0xF1000000 errors from appearing when
Jim McDonough
2008-08-14
1
-0
/
+6
*
Revert "Add winbind:online check timeout parameter"
Volker Lendecke
2008-08-14
1
-16
/
+0
*
Revert "If it is a forced DOS error, nt_errstr should say so"
Volker Lendecke
2008-08-13
1
-5
/
+0
*
If it is a forced DOS error, nt_errstr should say so
Volker Lendecke
2008-08-13
1
-0
/
+5
*
VERSION: Raise version number.
Karolin Seeger
2008-08-13
1
-3
/
+3
*
netapi: add c++ guard.
Günther Deschner
2008-08-13
1
-1
/
+8
*
smbd: prevent smbd from panicing with "clustering = no" but --with-cluster-su...
Michael Adam
2008-08-13
1
-1
/
+3
*
added a explanatory comment on tcon check
Andrew Tridgell
2008-08-13
1
-0
/
+4
*
smbd/conn: fix prototype change of conn_close_all() in proto.h.
Michael Adam
2008-08-13
1
-1
/
+1
*
ensure we exit with non-zero status on EOF on socket, so the parent
Andrew Tridgell
2008-08-13
2
-5
/
+13
*
fixed child exit handling and IP release handling
Andrew Tridgell
2008-08-13
2
-1
/
+5
*
log unclean shutdowns
Andrew Tridgell
2008-08-13
1
-0
/
+1
*
register the ctdbd reconfigure message
Andrew Tridgell
2008-08-13
2
-0
/
+12
[prev]
[next]