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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-24
s3: Add async cli_setpathinfo
Volker Lendecke
2
-0
/
+87
2010-10-24
s3: Add "setea" to smbclient
Volker Lendecke
1
-0
/
+47
2010-10-24
s3: Add "geteas" to smbclient
Volker Lendecke
1
-0
/
+59
2010-10-24
s3:include: move debug.c prototypes to debug.h
Stefan Metzmacher
2
-21
/
+21
2010-10-24
s3:include: move MAX_DEBUG_LEVEL from local.h to debug.h
Stefan Metzmacher
2
-9
/
+9
2010-10-24
s3: Initialize output vars in parse_ea_blob
Volker Lendecke
1
-0
/
+2
2010-10-24
s3: Remove unused cli_get_ea_list_fnum
Volker Lendecke
1
-62
/
+0
2010-10-24
s3: Replace cli_qfileinfo_test with a call to cli_qfileinfo
Volker Lendecke
3
-75
/
+10
2010-10-24
s3: Convert cli_qfileinfo_basic to cli_qfileinfo
Volker Lendecke
8
-63
/
+61
2010-10-24
s3: Convert cli_qfilename to cli_qfileinfo
Volker Lendecke
3
-37
/
+16
2010-10-24
s3: Add async cli_qfileinfo
Volker Lendecke
2
-0
/
+145
2010-10-24
s3: Rename cli_fileinfo() to cli_fileinfo_basic()
Volker Lendecke
9
-33
/
+42
2010-10-24
s4: Rename LIBSAMBA-* to libsamba-*
Jelmer Vernooij
1
-13
/
+13
2010-10-24
s4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,}
Jelmer Vernooij
1
-1
/
+1
2010-10-23
s4: Rename NSS_WRAPPER to nss_wrapper.
Jelmer Vernooij
1
-8
/
+8
2010-10-23
lib/util: Add tevent WERROR wrappers
Kai Blin
2
-0
/
+2
2010-10-22
Revert "Wrap security_token_has_privilege() with a check for lp_enable_privil...
Jeremy Allison
11
-38
/
+29
2010-10-22
Wrap security_token_has_privilege() with a check for lp_enable_privileges(). ...
Jeremy Allison
11
-29
/
+38
2010-10-21
Lowercase socket_wrapper name.
Jelmer Vernooij
1
-4
/
+3
2010-10-21
s3-waf: mark some libraries as private
Andrew Tridgell
1
-0
/
+5
2010-10-21
Add code to implement SeSecurityPrivilege in net rpc rights, and in the
Jeremy Allison
2
-21
/
+18
2010-10-20
s3: Make "unpack_pjob" static
Volker Lendecke
2
-2
/
+1
2010-10-20
s3: Use any_nt_status_not_ok in winbind
Volker Lendecke
19
-95
/
+19
2010-10-20
s3: Add any_nt_status_not_ok
Volker Lendecke
2
-0
/
+14
2010-10-20
Make getpwnam_alloc() static to lib/username.c, and ensure all username looku...
Jeremy Allison
17
-117
/
+97
2010-10-20
nsstest: no need for two copies of the same tool.
Günther Deschner
3
-497
/
+2
2010-10-20
s3-waf: more registry cleanup.
Günther Deschner
1
-9
/
+20
2010-10-20
s3-waf: convert LIBSMBCONF into a subsystem.
Günther Deschner
1
-5
/
+8
2010-10-20
s3-waf: move RPC_CLIENT_SCHANNEL into a subsystem.
Günther Deschner
2
-7
/
+12
2010-10-20
s3: Add some DEBUG
Volker Lendecke
1
-0
/
+2
2010-10-20
s3: Cope with EINTR in smbd_[un]lock_socket
Volker Lendecke
1
-2
/
+10
2010-10-19
Add deadtime detection for SMB2. Correctly update lastused timestamp across a...
Jeremy Allison
2
-30
/
+76
2010-10-19
Add SMB2 paths to smbd/conn.c. Except for conn_idle_all(), to be cleaned up n...
Jeremy Allison
1
-32
/
+105
2010-10-19
Copyright/whitespace/comment cleanup in preparation for adding SMB2 paths.
Jeremy Allison
1
-20
/
+27
2010-10-19
Move tcons.num_open from smb1 to sconn->num_tcons_open as this is needed for ...
Jeremy Allison
4
-7
/
+11
2010-10-19
s3-waf Use LIBSECRUITY subsystem from the common wscript_build
Andrew Bartlett
1
-24
/
+9
2010-10-19
s3-waf: all subsystems complete now, no need for this loop anymore.
Günther Deschner
1
-26
/
+0
2010-10-19
s3-waf: convert rpc into a subsystem.
Günther Deschner
2
-63
/
+140
2010-10-18
s3: fix the build of idmap_adex, idmap_tdb2, idmap_hash and several vfs modules.
Günther Deschner
5
-0
/
+5
2010-10-18
s3-waf: fix the build after libcli/security changes.
Günther Deschner
1
-2
/
+5
2010-10-18
s3-waf: fix the build of smbtorture.
Günther Deschner
1
-9
/
+9
2010-10-18
s3-waf: fix pdb modules build.
Günther Deschner
2
-16
/
+15
2010-10-18
s3:libsmb: add pipe related NT_STATUS_RPC_* codes
Stefan Metzmacher
1
-0
/
+6
2010-10-18
s3-winbind: Fixed init order.
Andreas Schneider
1
-3
/
+3
2010-10-16
Don't arbitrarily clean all parametric options in add_a_service(),
Jeremy Allison
1
-3
/
+3
2010-10-16
Ensure we have correct parameters to use Windows ACL modules.
Jeremy Allison
2
-4
/
+9
2010-10-16
Add acl_xattr:ignore system acls boolean (normally false) to allow
Jeremy Allison
3
-11
/
+38
2010-10-15
Add make_default_filesystem_acl() function to be used in following change to ...
Jeremy Allison
2
-0
/
+114
2010-10-15
Fix handling of "NULL" DACL. Map to u/g/w - rwx.
Jeremy Allison
1
-23
/
+33
2010-10-15
Fix "force unknown ACL user" to strip out foreign SIDs from POSIX ACLs if the...
Jeremy Allison
1
-0
/
+8
[prev]
[next]