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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s3-privs Rework privilege enumeration to also use new DB format
Andrew Bartlett
2010-09-11
1
-5
/
+18
*
s3-privs Directly manipulate the privileges bitmap.
Andrew Bartlett
2010-09-11
2
-13
/
+6
*
s3-privs Convert from user_has_privileges() -> security_token_has_privilege()
Andrew Bartlett
2010-09-11
1
-2
/
+2
*
s3-privs Remove a pointer from grant_privilege()
Andrew Bartlett
2010-09-11
1
-7
/
+7
*
s3-privs Remove a pointer indirection from revoke_privilege()
Andrew Bartlett
2010-09-11
1
-4
/
+4
*
s3-privs Inline dump_se_priv into callers now that it's just a uint64_t
Andrew Bartlett
2010-09-11
1
-10
/
+6
*
s3-privs Move source3/ privileges implmentation into common
Andrew Bartlett
2010-09-11
1
-458
/
+0
*
s3-privs Rename structure elements for greater clarity
Andrew Bartlett
2010-09-11
1
-9
/
+9
*
s3-privs More clarity in variable names
Andrew Bartlett
2010-09-11
1
-4
/
+4
*
s3-privs Rename mask -> privilege_mask to be more clear
Andrew Bartlett
2010-09-11
1
-26
/
+26
*
s3:auth Remove NT_USER_TOKEN
Andrew Bartlett
2010-09-11
5
-14
/
+14
*
s3-auth Change struct nt_user_token -> struct security_token
Andrew Bartlett
2010-09-11
2
-7
/
+7
*
s3-auth Change type of num_sids to uint32_t
Andrew Bartlett
2010-09-11
3
-7
/
+7
*
s3-privs Only store low bits of luid in privileges table
Andrew Bartlett
2010-09-11
1
-17
/
+19
*
privs Add my Copyright
Andrew Bartlett
2010-09-11
1
-0
/
+1
*
s3-privs Remove comment already moved to security.idl
Andrew Bartlett
2010-09-11
1
-41
/
+0
*
s3-privs Use constants from security.idl
Andrew Bartlett
2010-09-11
1
-9
/
+9
*
s3-privs Further changes to remove SE_PRIV
Andrew Bartlett
2010-09-11
1
-48
/
+48
*
s3:privs Change to new host endian neutral privilages tdb format
Andrew Bartlett
2010-09-11
1
-3
/
+16
*
s3:Change SE_PRIV to uint64_t
Andrew Bartlett
2010-09-11
1
-20
/
+20
*
s3:privileges Change SE_PRIV to be just a uint64_t
Andrew Bartlett
2010-09-11
1
-24
/
+5
*
Fox missing SMB_MALLOC return checks noticed by "Andreas Moroder <andreas.mor...
Jeremy Allison
2010-09-09
2
-0
/
+13
*
Fix warnings caused by double ";;" at the end of the time_mono() fixes.
Jeremy Allison
2010-09-08
1
-3
/
+3
*
s3/ldap: use monotonic clock for timeouts in smbldap
Björn Jacke
2010-09-08
1
-17
/
+23
*
s3-param: added lp_set_cmdline() and --option= parameter
Andrew Tridgell
2010-09-02
1
-0
/
+10
*
s3-ctdb: ctdbd_init_connection() is static to this file.
Günther Deschner
2010-09-01
1
-8
/
+0
*
s3: messaging_ctdbd_connection() was only called with procid_self()
Volker Lendecke
2010-08-31
4
-18
/
+12
*
s3: messaging_ctdbd_init potentially modifies my_vnn
Volker Lendecke
2010-08-31
1
-0
/
+1
*
s3: Make ctdbd_init_connection static
Volker Lendecke
2010-08-31
1
-2
/
+2
*
s3: use monotonic time in timeout of sys_select_intr()
Björn Jacke
2010-08-31
1
-10
/
+11
*
s3: use clock_gettime() in timespec_current()
Björn Jacke
2010-08-31
1
-4
/
+1
*
s3-auth Rename NT_USER_TOKEN privileges -> privilege_mask
Andrew Bartlett
2010-08-31
2
-6
/
+6
*
s3-auth Rename NT_USER_TOKEN user_sids -> sids
Andrew Bartlett
2010-08-31
2
-10
/
+10
*
s3: Remove smbd_server_fd()
Volker Lendecke
2010-08-29
1
-5
/
+0
*
s3: Set the client_id in substitute.c once
Volker Lendecke
2010-08-29
1
-12
/
+33
*
s3: Fix a (highly unlikly) memleak in set_local_machine_name()
Volker Lendecke
2010-08-28
1
-4
/
+4
*
s3: Fix some DEBUGs
Volker Lendecke
2010-08-28
1
-2
/
+2
*
s3: Remove smbd_server_fd() from set_local_machine_name()
Volker Lendecke
2010-08-28
1
-15
/
+0
*
s3: Fix a typo
Volker Lendecke
2010-08-28
1
-1
/
+1
*
s3: Remove the dependency of g_lock on procid_self
Volker Lendecke
2010-08-28
1
-9
/
+13
*
s3-build: use talloc_dict.h only where needed.
Günther Deschner
2010-08-26
1
-0
/
+1
*
s3-build: use dbwrap.h only where needed.
Günther Deschner
2010-08-26
11
-0
/
+11
*
s3-build: only include krb5 environment variables where required.
Günther Deschner
2010-08-26
1
-0
/
+1
*
s3-build: only include libnscd.h where needed.
Günther Deschner
2010-08-26
1
-0
/
+4
*
s3-idmap: only include idmap headers where needed.
Günther Deschner
2010-08-26
2
-0
/
+11
*
s3-build: only include nsswitch header where needed.
Günther Deschner
2010-08-26
1
-0
/
+1
*
s3-build: only include memcache.h where needed.
Günther Deschner
2010-08-26
3
-0
/
+3
*
s3-lsa: separate out init_lsa headers.
Günther Deschner
2010-08-25
5
-0
/
+5
*
s3:smbd: add a nfs backend for sysquotas.
Michael Adam
2010-08-25
2
-0
/
+274
*
s3: Fix some nonemtpy blank lines
Volker Lendecke
2010-08-22
1
-2
/
+2
[prev]
[next]