index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
auth/credentials: Add cli_credentials_{set,get}_forced_sasl_mech()
Andrew Bartlett
2013-09-16
5
-0
/
+60
*
samba-tool domain provision: Make ldap_backend_startup.sh +x and take optiona...
Andrew Bartlett
2013-09-16
1
-2
/
+5
*
samba-tool domain join: Set server role correctly to "active directory domain...
Andrew Bartlett
2013-09-16
1
-2
/
+2
*
s4-rpc_server/drsuapi: Print ldb error showing why we failed to perform the a...
Andrew Bartlett
2013-09-16
1
-1
/
+1
*
samba-tool domian join: Only print adminpass warning on subdomain creation
Andrew Bartlett
2013-09-16
1
-0
/
+3
*
samba-tool domain join: Add --quite and --verbose
Andrew Bartlett
2013-09-16
2
-45
/
+63
*
dsdb: Use dsdb_next_callback() rather than a no-op per-module callback
Andrew Bartlett
2013-09-16
1
-38
/
+16
*
join.py: Restore support for joining as a subdomain
Andrew Bartlett
2013-09-16
2
-7
/
+16
*
dsdb: Add DSDB_SEARCH_ONE_ONLY support to dsdb_module_search*()
Andrew Bartlett
2013-09-16
1
-0
/
+13
*
join.py: Handle more error cases with useful exceptions
Andrew Bartlett
2013-09-16
1
-1
/
+9
*
samba-tool domain join subdomain: Set "reveal_internals:0" control so we can ...
Andrew Bartlett
2013-09-16
1
-1
/
+1
*
ldb: Show the type of failing operation in default error message
Andrew Bartlett
2013-09-16
1
-1
/
+26
*
join.py: Show which database we failed to find the DN on (clarify local v rem...
Andrew Bartlett
2013-09-16
1
-1
/
+1
*
join.py: Handle exceptions when looking for GUID in a DN
Andrew Bartlett
2013-09-16
1
-1
/
+5
*
tdb: Fix some typos in comments.
Björn Jacke
2013-09-12
2
-5
/
+5
*
docs: Fix typos.
Karolin Seeger
2013-09-12
1
-3
/
+3
*
smbd: Properly protect against invalid lock data
Volker Lendecke
2013-09-12
1
-0
/
+6
*
Fix is_legal_name() to not emit character conversion error messages.
Jeremy Allison
2013-09-11
1
-12
/
+8
*
selftest: change to src dir for panic backtrace
David Disseldorp
2013-09-12
1
-1
/
+1
*
dsdb: When using an LDAP backend, force use of the password from secrets.ldb
Andrew Bartlett
2013-09-11
1
-0
/
+99
*
smbd: Convert br_lck->lock_data to talloc
Volker Lendecke
2013-09-11
1
-26
/
+29
*
smbd: Move "struct byte_range_lock" definition to brlock.c
Volker Lendecke
2013-09-11
2
-9
/
+11
*
smbd: Add brl_fsp access function
Volker Lendecke
2013-09-11
4
-6
/
+15
*
smbd: Add brl_num_locks access function
Volker Lendecke
2013-09-11
4
-2
/
+9
*
smbd: Use ZERO_STRUCT instead of memset
Volker Lendecke
2013-09-11
1
-1
/
+1
*
smbd: Fix a typo
Volker Lendecke
2013-09-11
1
-1
/
+1
*
smbd: Make brl_lock_failed static
Volker Lendecke
2013-09-11
2
-2
/
+3
*
smbd: Make brl_same_context static
Volker Lendecke
2013-09-11
2
-3
/
+1
*
smbd: Fix blank line endings
Volker Lendecke
2013-09-11
3
-31
/
+31
*
Raise the level of a debug.
Korobkin
2013-09-11
1
-1
/
+1
*
docs: document "acl allow execute always"
Michael Adam
2013-09-11
1
-0
/
+26
*
s3:smbd: ease file server upgrades from 3.6 and earlier with "acl allow execu...
Michael Adam
2013-09-10
1
-1
/
+15
*
loadparm: add new parameter "acl allow execute always"
Michael Adam
2013-09-10
4
-0
/
+13
*
s3:smb2_find: Return that timestamps do not exist as directories
Christof Schmitt
2013-09-10
3
-3
/
+16
*
lib: serverid.h needs "struct db_record" declaration
Volker Lendecke
2013-09-10
1
-0
/
+1
*
s3: rpc_server/srvsvc: use find_sessions() in NetSessDel
Shekhar Amlekar
2013-09-10
1
-17
/
+14
*
s3:smbd/session: Added a routine find_sessions()
Shekhar Amlekar
2013-09-10
2
-0
/
+30
*
s3:smbd/session: add filters to gather_sessioninfo()
Shekhar Amlekar
2013-09-10
1
-0
/
+19
*
doc: Update documentation of pam_winbind krb5 support.
Andreas Schneider
2013-09-10
1
-9
/
+17
*
s3-winbind: Add support for the kernel krb5 keyring buffer.
Andreas Schneider
2013-09-10
1
-0
/
+4
*
s3-winbind: Don't set a default directory for DIR.
Andreas Schneider
2013-09-10
1
-4
/
+0
*
ldb: Do not build libldb-cmdline when using system ldb.
Jeroen Dekkers
2013-09-10
3
-6
/
+5
*
gencache: Avoid a duplicate call to string_term_tdb_data
Volker Lendecke
2013-09-09
1
-4
/
+2
*
tevent: Use talloc_pooled_object for tevent_req_create
Volker Lendecke
2013-09-08
1
-1
/
+4
*
smbd: Use talloc_pooled_object in cp_smb_filename
Volker Lendecke
2013-09-08
1
-16
/
+32
*
talloc: Test the pooled object
Volker Lendecke
2013-09-08
1
-0
/
+36
*
talloc: Add talloc_pooled_object
Volker Lendecke
2013-09-08
5
-1
/
+174
*
talloc: Allow nested pools.
Volker Lendecke
2013-09-08
3
-24
/
+52
*
talloc: Add a separate pool size
Volker Lendecke
2013-09-08
1
-12
/
+23
*
talloc: Put pool-specific data before the chunk
Volker Lendecke
2013-09-08
1
-79
/
+125
[next]