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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-16
join.py: Restore support for joining as a subdomain
Andrew Bartlett
2
-7
/
+16
2013-09-16
dsdb: Add DSDB_SEARCH_ONE_ONLY support to dsdb_module_search*()
Andrew Bartlett
1
-0
/
+13
2013-09-16
join.py: Handle more error cases with useful exceptions
Andrew Bartlett
1
-1
/
+9
2013-09-16
samba-tool domain join subdomain: Set "reveal_internals:0" control so we can ...
Andrew Bartlett
1
-1
/
+1
2013-09-16
ldb: Show the type of failing operation in default error message
Andrew Bartlett
1
-1
/
+26
2013-09-16
join.py: Show which database we failed to find the DN on (clarify local v rem...
Andrew Bartlett
1
-1
/
+1
2013-09-16
join.py: Handle exceptions when looking for GUID in a DN
Andrew Bartlett
1
-1
/
+5
2013-09-12
tdb: Fix some typos in comments.
Björn Jacke
2
-5
/
+5
2013-09-12
docs: Fix typos.
Karolin Seeger
1
-3
/
+3
2013-09-12
smbd: Properly protect against invalid lock data
Volker Lendecke
1
-0
/
+6
2013-09-11
Fix is_legal_name() to not emit character conversion error messages.
Jeremy Allison
1
-12
/
+8
2013-09-12
selftest: change to src dir for panic backtrace
David Disseldorp
1
-1
/
+1
2013-09-11
dsdb: When using an LDAP backend, force use of the password from secrets.ldb
Andrew Bartlett
1
-0
/
+99
2013-09-11
smbd: Convert br_lck->lock_data to talloc
Volker Lendecke
1
-26
/
+29
2013-09-11
smbd: Move "struct byte_range_lock" definition to brlock.c
Volker Lendecke
2
-9
/
+11
2013-09-11
smbd: Add brl_fsp access function
Volker Lendecke
4
-6
/
+15
2013-09-11
smbd: Add brl_num_locks access function
Volker Lendecke
4
-2
/
+9
2013-09-11
smbd: Use ZERO_STRUCT instead of memset
Volker Lendecke
1
-1
/
+1
2013-09-11
smbd: Fix a typo
Volker Lendecke
1
-1
/
+1
2013-09-11
smbd: Make brl_lock_failed static
Volker Lendecke
2
-2
/
+3
2013-09-11
smbd: Make brl_same_context static
Volker Lendecke
2
-3
/
+1
2013-09-11
smbd: Fix blank line endings
Volker Lendecke
3
-31
/
+31
2013-09-11
Raise the level of a debug.
Korobkin
1
-1
/
+1
2013-09-11
docs: document "acl allow execute always"
Michael Adam
1
-0
/
+26
2013-09-10
s3:smbd: ease file server upgrades from 3.6 and earlier with "acl allow execu...
Michael Adam
1
-1
/
+15
2013-09-10
loadparm: add new parameter "acl allow execute always"
Michael Adam
4
-0
/
+13
2013-09-10
s3:smb2_find: Return that timestamps do not exist as directories
Christof Schmitt
3
-3
/
+16
2013-09-10
lib: serverid.h needs "struct db_record" declaration
Volker Lendecke
1
-0
/
+1
2013-09-10
s3: rpc_server/srvsvc: use find_sessions() in NetSessDel
Shekhar Amlekar
1
-17
/
+14
2013-09-10
s3:smbd/session: Added a routine find_sessions()
Shekhar Amlekar
2
-0
/
+30
2013-09-10
s3:smbd/session: add filters to gather_sessioninfo()
Shekhar Amlekar
1
-0
/
+19
2013-09-10
doc: Update documentation of pam_winbind krb5 support.
Andreas Schneider
1
-9
/
+17
2013-09-10
s3-winbind: Add support for the kernel krb5 keyring buffer.
Andreas Schneider
1
-0
/
+4
2013-09-10
s3-winbind: Don't set a default directory for DIR.
Andreas Schneider
1
-4
/
+0
2013-09-10
ldb: Do not build libldb-cmdline when using system ldb.
Jeroen Dekkers
3
-6
/
+5
2013-09-09
gencache: Avoid a duplicate call to string_term_tdb_data
Volker Lendecke
1
-4
/
+2
2013-09-08
tevent: Use talloc_pooled_object for tevent_req_create
Volker Lendecke
1
-1
/
+4
2013-09-08
smbd: Use talloc_pooled_object in cp_smb_filename
Volker Lendecke
1
-16
/
+32
2013-09-08
talloc: Test the pooled object
Volker Lendecke
1
-0
/
+36
2013-09-08
talloc: Add talloc_pooled_object
Volker Lendecke
5
-1
/
+174
2013-09-08
talloc: Allow nested pools.
Volker Lendecke
3
-24
/
+52
2013-09-08
talloc: Add a separate pool size
Volker Lendecke
1
-12
/
+23
2013-09-08
talloc: Put pool-specific data before the chunk
Volker Lendecke
1
-79
/
+125
2013-09-08
talloc: Introduce __talloc_with_prefix
Volker Lendecke
1
-10
/
+22
2013-09-08
talloc: Decouple the dual use of chunk->pool
Volker Lendecke
1
-25
/
+23
2013-09-06
s3: include/smb : changing smb server version
Shekhar Amlekar
1
-2
/
+7
2013-09-06
smbd: Slightly simplify enum_file_close_fn
Volker Lendecke
1
-2
/
+1
2013-09-06
smbd: Slightly simplify do_break_to_none
Volker Lendecke
1
-2
/
+1
2013-09-06
smbd: Slightly simplify send_break_message
Volker Lendecke
1
-2
/
+1
2013-09-06
smbd: Remove a silly "? true : false"
Volker Lendecke
1
-1
/
+1
[prev]
[next]