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
path:
root
/
source3
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3-ntlm_auth: allow ntlm_auth --diagnostics to pass again
Andrew Bartlett
2012-02-20
3
-8
/
+12
*
Rename obscure defined constants.
Christopher R. Hertel (crh)
2012-02-16
1
-2
/
+2
*
s3-net: Don't use an internal krb5 for kdc lookup.
Andreas Schneider
2012-02-09
1
-19
/
+23
*
Only ask for specific permissions required when setting an ACL.
Jeremy Allison
2012-02-03
1
-3
/
+12
*
s3:net ads join: remove a useless empty comment block
Michael Adam
2012-01-31
1
-2
/
+1
*
s3:net ads join: add a comment for the call to _net_ads_join_dns_update()
Michael Adam
2012-01-31
1
-0
/
+5
*
s3:net ads join: reduce indentation in _net_ads_join_dns_updates()
Michael Adam
2012-01-31
1
-46
/
+47
*
s3:net ads join: move dns update code out to new function _net_ads_join_dns_u...
Michael Adam
2012-01-31
1
-77
/
+84
*
s3:net ads join: improve comment for dns update block
Michael Adam
2012-01-31
1
-4
/
+4
*
s3:net ads join: improve status evaluation for call to net_update_dns()
Michael Adam
2012-01-31
1
-2
/
+5
*
s3:net ads join: interpret return code of ads_kinit_password() in dns update ...
Michael Adam
2012-01-31
1
-1
/
+8
*
s3:net ads join: check for malloc success and react accordingly in dns update...
Michael Adam
2012-01-31
1
-0
/
+5
*
s3:net ads join: check for success of fetching machine password in dns update...
Michael Adam
2012-01-31
1
-0
/
+5
*
s3:net ads join: untangle assignment from check, fix return code and improve ...
Michael Adam
2012-01-31
1
-2
/
+8
*
s3:net ads join: reduce indentation and improve logging in the dns update cod...
Michael Adam
2012-01-31
1
-13
/
+17
*
s3:net ads join: untangle assignment from check.
Michael Adam
2012-01-31
1
-1
/
+2
*
s3:net registry: fix a copy and paste error in a help text
Michael Adam
2012-01-31
1
-2
/
+2
*
s3: Remove a typedef
Volker Lendecke
2012-01-24
1
-3
/
+3
*
s3: Remove a typedef
Volker Lendecke
2012-01-24
1
-3
/
+3
*
s3-librpc: pass struct ndr_interface_table down to cli_pipe_open_generic/spne...
Andrew Bartlett
2012-01-18
1
-1
/
+1
*
s3-utils/net: pass struct ndr_interface_table down
Andrew Bartlett
2012-01-18
13
-138
/
+137
*
s3-build: Rework object lists to allow gse gensec module
Andrew Bartlett
2012-01-18
1
-39
/
+0
*
s3: Add a "lock_order" argument to db_open
Volker Lendecke
2012-01-18
6
-10
/
+20
*
s3:smbcontrol: avoid using messaging_event_context()
Stefan Metzmacher
2012-01-17
1
-10
/
+7
*
s3:smbcontrol: pass tevent_context down to wait_replies()
Stefan Metzmacher
2012-01-17
1
-10
/
+11
*
s3:smbcontrol: pass tevent_context down to subcommands
Stefan Metzmacher
2012-01-17
1
-38
/
+69
*
s3: Put an indirection layer into share_mode_lock
Volker Lendecke
2012-01-12
1
-3
/
+5
*
s3-librpc Rename and rework cli_rpc_pipe_open_ntlmssp() to be generic
Andrew Bartlett
2012-01-11
1
-1
/
+3
*
Fix bug #8687 - net memberships usage info is wrong
Jeremy Allison
2012-01-06
1
-1
/
+1
*
s3-net: Fix the return codes. 0 on success, -1 on failure
Amitay Isaacs
2011-12-19
1
-2
/
+2
*
s3:smbcontrol: remove unused "samsync" and "samrepl" commands
Stefan Metzmacher
2011-12-13
1
-30
/
+0
*
s3: Remove a bunch of calls to procid_self()
Volker Lendecke
2011-12-12
7
-10
/
+8
*
s3:net registry check: replace rawmemchr by functionally equivalent portable ...
Michael Adam
2011-12-06
1
-2
/
+2
*
Revert "Remove rawmemchr calls - found by Ira Cooper. These are glibc-specifi...
Michael Adam
2011-12-06
1
-4
/
+3
*
Move the callers that need to use the new cli_open() back to calling
Jeremy Allison
2011-12-03
1
-2
/
+2
*
Rename cli_open -> cli_openx. Prelude to replacing generic cli_open()
Jeremy Allison
2011-12-03
1
-2
/
+2
*
lib/util: factor out tdb_data_is_empty
Gregor Beck
2011-12-03
2
-14
/
+7
*
s3:net: adapt idmap check to new dbwrap_fetch behavior not to return success ...
Gregor Beck
2011-12-03
1
-6
/
+2
*
s3: Use autogenerated open_files.idl
Volker Lendecke
2011-12-02
1
-0
/
+1
*
s3:net registry check: adapt to new semantic of dbwrap_fetch with rbt
Gregor Beck
2011-11-29
1
-6
/
+6
*
s3:net registry check: adapt to new semantic of dbwrap_fetch
Gregor Beck
2011-11-29
1
-10
/
+13
*
s3:net registry check: handle missing version info
Gregor Beck
2011-11-29
1
-0
/
+36
*
s3:dbwrap_torture: code cleanup
Gregor Beck
2011-11-29
1
-3
/
+3
*
s3:net registry check: improve console output
Gregor Beck
2011-11-25
1
-7
/
+4
*
s3:utils: make use of cli_tree_connect()
Stefan Metzmacher
2011-11-24
2
-4
/
+4
*
Remove rawmemchr calls - found by Ira Cooper. These are glibc-specific calls,...
Jeremy Allison
2011-11-18
1
-3
/
+4
*
s3-net Do not look for a local SID when we are a DC
Andrew Bartlett
2011-11-17
1
-7
/
+8
*
s3-smbldap: extend smbldap_init() with binddn/bindsecret arguments.
Günther Deschner
2011-11-16
1
-1
/
+16
*
s3-net: use better state variable name for smbldap_state.
Günther Deschner
2011-11-16
1
-9
/
+9
*
s3-passdb: split out passdb/pdb_ldap_schema.c
Günther Deschner
2011-11-16
1
-0
/
+1
[next]