summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2011-08-22s3-net: Implemented net rpc conf getincludes commandVicentiu Ciorbaru1-2/+99
2011-08-22s3-net: Added net rpc conf getincludes command to net rpc confVicentiu Ciorbaru1-0/+16
2011-08-22s3-net: Implemented net rpc conf getparm commandVicentiu Ciorbaru1-2/+115
2011-08-22s3-net: Added net rpc conf getparm command to net rpc confVicentiu Ciorbaru1-0/+14
2011-08-22s3-net: Implemented net rpc conf delshare commandVicentiu Ciorbaru1-3/+96
2011-08-22s3-net: Added net rpc conf delshare command to net rpc confVicentiu Ciorbaru1-0/+15
2011-08-22s3-net: Implemented net rpc conf drop commandVicentiu Ciorbaru1-2/+117
2011-08-22s3-net: Added net rpc conf drop command to net rpc confVicentiu Ciorbaru1-0/+16
2011-08-22s3-net: Implemented net rpc conf showshare commandVicentiu Ciorbaru1-2/+102
2011-08-22s3-net: Added net rpc conf showshare command to net rpc confVicentiu Ciorbaru1-0/+16
2011-08-22s3-net: Implemented net rpc conf listshares command.Vicentiu Ciorbaru1-1/+94
2011-08-22s3-net: Added net rpc conf listshares command to net rpc confVicentiu Ciorbaru1-0/+14
2011-08-22s3-net: rpc_conf_list now uses the wrapper rpc_conf_open_confVicentiu Ciorbaru1-24/+6
2011-08-22s3-net: Added rpc_conf_open_conf functionVicentiu Ciorbaru1-0/+82
2011-08-22s3-net: Added the net rpc conf list command.Vicentiu Ciorbaru1-1/+382
2011-08-22s3-net: Added the command rpc conf to the net binary.Vicentiu Ciorbaru5-0/+59
2011-08-22s3-net: Fixed whitespace errorsVicentiu Ciorbaru1-7/+7
2011-08-22s4-provision set passdb backend to 'samba4' in template smb.conf filesAndrew Bartlett1-1/+3
2011-08-21s3-passdb: Only delete 1 entry from memcache.Andreas Schneider1-1/+4
2011-08-21s3-passdb: Remove always the user from getpwsid cache.Andreas Schneider1-3/+8
2011-08-21s3-passdb: Keep caches coherentAndreas Schneider4-2/+42
2011-08-21s3-id_cache: Use better names for id cache management opsAndreas Schneider7-26/+26
2011-08-21s3-id_cache: Move id caches mgmt out of smbdAndreas Schneider9-171/+237
2011-08-21s3-lsasd: Listen on \PIPE\lsass.Andreas Schneider1-0/+16
2011-08-21s3-lsasd: Add missing ncalrpc listeners.Andreas Schneider1-0/+66
2011-08-21s3-rpc_server: Add create_dcerpc_ncalrpc_socket().Andreas Schneider2-12/+29
2011-08-21s3-rpc_server: Increase epm monitor wait time.Andreas Schneider1-1/+1
2011-08-21s3-prefork: Listening fds must be in non-blocking modeSimo Sorce2-0/+5
2011-08-21s3-spoolss: Remove useless checkSimo Sorce1-24/+4
2011-08-21s3-lsasd: Remove useless checkSimo Sorce1-16/+3
2011-08-21s3-prefork: Fix code to retire childrenSimo Sorce3-11/+16
2011-08-21s3-spoolssd: Listen on parent messagesSimo Sorce1-0/+18
2011-08-21s3-lsasd: Listen on parent messagesSimo Sorce1-0/+18
2011-08-21s3-prefork: Add parent->client messagingSimo Sorce3-0/+39
2011-08-21s3-lsasd: Send a message to the parent when we accept a connectionSimo Sorce1-0/+25
2011-08-21s3-spoolssd: Send a message to the parent when we accept a connectionSimo Sorce1-0/+25
2011-08-21s3-messaging: Add preforked child-parent message typesSimo Sorce1-0/+3
2011-08-21s3-prefork: Improve error detection when handling new connectionsSimo Sorce1-11/+23
2011-08-21s3-prefork: Improve heuristicsSimo Sorce3-30/+52
2011-08-21s3-lsasd: User new prefork helpers to simplify code.Simo Sorce1-27/+3
2011-08-21s3-spoolssd: User new prefork helpers to simplify code.Simo Sorce1-27/+3
2011-08-21s3-prefork: add a few more utility functionsSimo Sorce2-0/+26
2011-08-21s3-prefrok: Handle only valid childrenSimo Sorce1-4/+19
2011-08-21s3-prefork: Fix worker flags handling.Simo Sorce4-9/+22
2011-08-21s3-prefork: do not use a lock_fd, just race on accept()Simo Sorce4-410/+29
2011-08-21rpc_server: Add forward declaration for dcerpc_transport_t.Andreas Schneider1-0/+1
2011-08-21s3-waf: Fix build with lsasd.Andreas Schneider2-1/+5
2011-08-21s3-lsasd: Use prefrok utils to manage childrenSimo Sorce1-117/+36
2011-08-21s3-spoolssd: Use prefrok utils to manage childrenSimo Sorce1-122/+26
2011-08-21s3-prefork: Add common utilities for daemonsSimo Sorce4-0/+168