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
...
*
s3: smbd : Fix wildcard unlink to fail if we get an error rather than trying ...
Jeremy Allison
2014-04-30
1
-1
/
+2
*
winbind: Allow winbindd to be run from inside "samba"
Andrew Bartlett
2014-04-29
3
-1
/
+104
*
kerberos: Remove un-used event context argument from smb_krb5_init_context()
Andrew Bartlett
2014-04-28
12
-25
/
+6
*
dsdb: Specify no event context to smb_krb5_init_context() in dsdb
Andrew Bartlett
2014-04-28
3
-4
/
+6
*
autorid: Add allocation from above in alloc range for well known sids
Michael Adam
2014-04-25
1
-0
/
+86
*
autorid: use dbwrap_trans_do() in idmap_autorid_sid_to_id_alloc()
Michael Adam
2014-04-25
1
-22
/
+26
*
autorid: add high_id to range config and fill it where we also fill range->lo...
Michael Adam
2014-04-25
2
-0
/
+3
*
autorid: reserve 500 IDs at the top of the ALLOC range.
Michael Adam
2014-04-25
1
-1
/
+4
*
autorid: reverse order of arguments of idmap_autorid_sid_to_id_alloc()
Michael Adam
2014-04-25
1
-4
/
+5
*
autorid: introduce idmap_autorid_domsid_is_for_alloc()
Michael Adam
2014-04-25
1
-2
/
+14
*
autorid: factor idmap_autorid_sid_to_id() out of idmap_autorid_sids_to_unixids()
Michael Adam
2014-04-25
1
-95
/
+76
*
autorid: make the checks for bumping num_mapped identical for alloc and rid case
Michael Adam
2014-04-25
1
-2
/
+2
*
autorid: explicitly return NTSTATUS_OK in idmap_autorid_sid_to_id_alloc().
Michael Adam
2014-04-25
1
-1
/
+1
*
autorid: more explicitly and reasonably set map->state in idmap_autorid_sid_t...
Michael Adam
2014-04-25
1
-3
/
+5
*
autorid: rename idmap_autorid_sid_to_id() -> idmap_autorid_sid_to_id_rid()
Michael Adam
2014-04-25
1
-2
/
+3
*
autorid: rename idmap_autorid_map_sid_to_id() -> idmap_autorid_sid_to_id_alloc()
Michael Adam
2014-04-25
1
-5
/
+5
*
autorid: rename idmap_autorid_map_id_to_sid() -> idmap_autorid_id_to_sid_alloc()
Michael Adam
2014-04-25
1
-3
/
+3
*
autorid: factor idmap_autorid_get_alloc_range() out of idmap_autorid_allocate...
Michael Adam
2014-04-25
1
-6
/
+17
*
autorid: fix discard-const warning in idmap_autorid_init_hwm()
Michael Adam
2014-04-25
1
-1
/
+1
*
autorid: fix uninitialized return code for successful autorid.tdb creation/op...
Michael Adam
2014-04-25
1
-3
/
+1
*
autorid: improve a debug message in idmap_autorid_map_sid_to_id()
Michael Adam
2014-04-25
1
-2
/
+2
*
autorid: add debug messages to idmap_autorid_get_domainrange()
Michael Adam
2014-04-25
1
-0
/
+4
*
autorid: improve wording in a debug message
Michael Adam
2014-04-25
1
-1
/
+1
*
autorid: remove a legacy comment from sid_to_id
Michael Adam
2014-04-25
1
-5
/
+0
*
idmap_rid: remove a legacy comment from sid_to_id
Michael Adam
2014-04-25
1
-4
/
+0
*
idmap_tdb_common: remove legacy comment.
Michael Adam
2014-04-25
1
-5
/
+1
*
idmap_tdb_common: fix a debug message in idmap_tdb_common_set_mapping()
Michael Adam
2014-04-25
1
-1
/
+1
*
idmap_tdb_common: fix a debug message in idmap_tdb_common_unixid_to_sid()
Michael Adam
2014-04-25
1
-1
/
+1
*
s3-rpc_server: Remove ncalrpc_as_system from make_server_pipes_struct().
Andreas Schneider
2014-04-24
2
-9
/
+4
*
s3-rpc_server: Remove ncalrpc_as_system from pipes_struct.
Andreas Schneider
2014-04-24
3
-7
/
+3
*
s3-rpc_server: Use gensec for NCALRPC_AS_SYSTEM.
Andreas Schneider
2014-04-24
1
-21
/
+0
*
s3-rpc_server: Add special tsocket address for ncalrpc_as_system.
Andreas Schneider
2014-04-24
1
-0
/
+22
*
s3:rpc_client: Use gensec for NCALRPC_AS_SYSTEM.
Stefan Metzmacher
2014-04-24
2
-37
/
+17
*
s3-auth: Register ncalrpc_as_system gensec module.
Andreas Schneider
2014-04-24
2
-2
/
+5
*
gensec: add DCERPC_AUTH_TYPE_NCALRPC_AS_SYSTEM backend
Andreas Schneider
2014-04-24
2
-0
/
+293
*
s3:rpc_server: pass everything but AUTH_TYPE_{NONE,NCALRPC_AS_SYSTEM} to gensec
Stefan Metzmacher
2014-04-24
1
-31
/
+6
*
s3-rpc_server: Call pipe_auth_verify_final() if needed.
Andreas Schneider
2014-04-24
1
-0
/
+13
*
s3-rpc_server: Return the status code from gensec.
Andreas Schneider
2014-04-24
2
-4
/
+6
*
s3:rpc_server: let auth_generic_server_step() handle gensec_security == NULL
Stefan Metzmacher
2014-04-24
2
-35
/
+16
*
s3:rpc_server: make sure we have a unix token
Stefan Metzmacher
2014-04-24
1
-0
/
+5
*
s3:rpc_server: handle everything but AUTH_TYPE_NONE as gensec in verify_final
Stefan Metzmacher
2014-04-24
1
-15
/
+16
*
s3:rpc_client: pass everything to gensec by default
Stefan Metzmacher
2014-04-24
2
-68
/
+29
*
auth/gensec: use auth_ctx->generate_session_info() for schannel
Stefan Metzmacher
2014-04-24
1
-3
/
+46
*
s3:auth: allow special SYSTEM and ANONYMOUS handling in auth3_generate_sessio...
Stefan Metzmacher
2014-04-24
1
-2
/
+43
*
s3: torture - Fix racy assumption in original messaging test.
Jeremy Allison
2014-04-24
1
-4
/
+14
*
s3: torture - Add required talloc frame for msgtest.c
Jeremy Allison
2014-04-23
1
-0
/
+4
*
s3: winbindd: Call dgram cleanup init background setup.
Jeremy Allison
2014-04-23
1
-0
/
+4
*
s3: nmbd: Call dgram cleanup init background setup.
Jeremy Allison
2014-04-23
1
-0
/
+4
*
s3: smbd: Call dgram cleanup init background setup.
Jeremy Allison
2014-04-23
1
-0
/
+4
*
s3: messaging: Add infrastructure to clean up orphaned sockets every 15 minut...
Volker Lendecke
2014-04-23
2
-0
/
+52
[prev]
[next]