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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
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
*
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
*
s3 : build system : Move lib/background.c from smbd_base to samba3core.
Jeremy Allison
2014-04-23
1
-2
/
+2
*
smbd: Call the msg_ctx destructor for background jobs
Volker Lendecke
2014-04-23
1
-0
/
+1
*
smbcontrol: Add dgm-cleanup command
Volker Lendecke
2014-04-23
1
-0
/
+20
*
messaging_dgm: Add messaging_dgm_wipe
Volker Lendecke
2014-04-23
2
-0
/
+55
*
smbd: Always clean up the child's msg_ctx
Volker Lendecke
2014-04-23
1
-6
/
+5
*
smbcontrol: Clean up the msg_ctx
Volker Lendecke
2014-04-23
1
-0
/
+1
*
printing_cups: Call the msg_ctx destructor on exit
Volker Lendecke
2014-04-23
1
-0
/
+1
*
smbd: Sort notify events by timestamp
Volker Lendecke
2014-04-23
1
-0
/
+16
*
smbd: Pass on a timestamp in MSG_PVFS_NOTIFY
Volker Lendecke
2014-04-23
1
-34
/
+33
*
messaging3: Add messaging_send_iov
Volker Lendecke
2014-04-23
2
-0
/
+22
*
lib: Add iov_buf
Volker Lendecke
2014-04-23
2
-0
/
+26
*
lib: Introduce iov_buflen
Volker Lendecke
2014-04-23
2
-5
/
+24
*
smbd: Pass timespec_current through the notify_callback
Volker Lendecke
2014-04-23
3
-6
/
+10
*
smbd: Pass timespec_current to notify_fsp
Volker Lendecke
2014-04-23
1
-4
/
+7
*
smbd: Add a timestamp to queued notify events
Volker Lendecke
2014-04-23
1
-7
/
+14
*
lib: Remove messages_local
Volker Lendecke
2014-04-23
5
-614
/
+0
*
lib: Add messaging_dgm
Volker Lendecke
2014-04-23
5
-4
/
+427
*
lib: Move full_path_tos to util_str.c
Volker Lendecke
2014-04-23
4
-42
/
+42
*
lib: Add unix_msg
Volker Lendecke
2014-04-23
7
-0
/
+1358
*
lib: Add poll_funcs
Volker Lendecke
2014-04-23
5
-0
/
+307
*
winbindd: use exit_daemon() to pass startup status to systemd
Alexander Bokovoy
2014-04-23
1
-9
/
+4
*
nmbd: use exit_daemon() to report status to systemd
Alexander Bokovoy
2014-04-23
1
-25
/
+14
[prev]
[next]