summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server
Commit message (Expand)AuthorAgeFilesLines
* s3-param Remove 'announce version' parameterAndrew Bartlett2011-06-232-10/+10
* s3-spoolss: Fix some valgrind warnings.Andreas Schneider2011-06-212-8/+8
* lib/util Remove samba-util-common!Andrew Bartlett2011-06-211-12/+12
* tdb_traverse/tdb_traverse_read: check returns for negative, not -1.Rusty Russell2011-06-201-1/+1
* s3:rpc_server/svcctl: fix valgrind bug in _svcctl_QueryServiceObjectSecurity()Stefan Metzmacher2011-06-161-1/+1
* s3:rpc_server/svcctl: fix valgrind bugs in _svcctl_QueryServiceConfig2W()Stefan Metzmacher2011-06-161-9/+5
* s3:rpc_server/svcctl: don't allocate return values on a temporary stackframeStefan Metzmacher2011-06-161-5/+3
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-097-26/+26
* s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett2011-06-093-35/+35
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-099-54/+54
* s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2011-06-092-14/+14
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-098-27/+27
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-093-18/+18
* s3-spoolss: fix -Wunused-but-set-variable build warning in _spoolss_EnumPrint...Günther Deschner2011-06-081-0/+4
* s3: Fix a valgrind errorVolker Lendecke2011-06-051-2/+2
* Fix bug where format arguments were reversed. Please compile with -Wall !Jeremy Allison2011-06-011-2/+2
* s3-epmapper: Register ports on IPv4 too.Andreas Schneider2011-06-012-2/+2
* s3-rpc_server: Remove unused variable pipes_open.Andreas Schneider2011-06-011-4/+2
* s3-rpc_server: Remove syntax from pipes_struct.Andreas Schneider2011-06-012-2/+0
* s3-rpc_server: Fixed debug messages of srv_pipe_hnd.Andreas Schneider2011-06-011-5/+5
* s3-rpc_server: Fixed debug messages for rpc_handles.Andreas Schneider2011-06-011-6/+7
* s3-rpc_server: Fix debug messages.Andreas Schneider2011-06-011-46/+20
* s3-rpc_server: Don't segfault if there are not handles to free.Andreas Schneider2011-06-011-0/+4
* s3-rpc_server: Remove guessing of the syntax id.Andreas Schneider2011-06-015-51/+11
* s3-rpc_server: Use the correct syntax id for debugging.Andreas Schneider2011-06-011-8/+11
* s3-rpc_server: Migrate init_pipe_handles() to new syntax.Andreas Schneider2011-06-011-8/+21
* s3-rpc_server: Use the context syntax id in api_pipe_request().Andreas Schneider2011-06-011-7/+7
* s3-rpc_server: Use the correct syntax id in api_pipe_bind_req().Andreas Schneider2011-06-011-19/+14
* s3-rpc_server: Use the correct context syntax.Andreas Schneider2011-06-011-2/+20
* s3-rpc_server: Move the context functions to own file.Andreas Schneider2011-06-014-21/+70
* s3-rpc_server: Store the ndr syntax id in the pipe context.Andreas Schneider2011-06-011-5/+6
* s3: fix more -Wunused-but-set-variable build warnings.Günther Deschner2011-06-011-2/+1
* s3:rpc_server: add _RPC_SERVER_SRV_ACCESS_CHECK_H_ guard to srv_access_check.hMichael Adam2011-05-311-0/+5
* s3:rpc_server: add GPL/Copyright header to rpc_server/srv_access_check.hMichael Adam2011-05-311-0/+29
* libcli/security: move secdesc.c to the top level libcli/securityAndrew Bartlett2011-05-311-0/+1
* s3-smbd provide struct smbd_server_connection * to conn_snum_usedAndrew Bartlett2011-05-313-2/+6
* Fix numerous missing dependencies in WAF build scriptsSean Finney2011-05-251-5/+17
* Fix bug #7054 - X account flag does not work when pwdlastset is 0.Jeremy Allison2011-05-241-1/+10
* s3-epmapper: Fixed endpoint registration.Andreas Schneider2011-05-201-4/+4
* s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett2011-05-185-52/+52
* build: Add depenencies needed by Samba3 subsystemsAndrew Bartlett2011-05-181-2/+3
* s3:rpc_server: create lp_ncalrpc_dir() with 0755 before lp_ncalrpc_dir()/np w...Stefan Metzmacher2011-05-171-0/+11
* Revert "s3-rpc_server: Force ncalrpc dir to be mode 755."Stefan Metzmacher2011-05-171-1/+13
* s3-rpc_server: Force ncalrpc dir to be mode 755.Andreas Schneider2011-05-161-13/+1
* s3-spoolss: Get the printer location from cups.Andreas Schneider2011-05-161-2/+33
* rpc_server: Always use rpc_pipe_open_interface()Simo Sorce2011-05-132-28/+31
* ncalrpc: Force ncalrpc dir to be mode 755 in all usersAndrew Bartlett2011-05-081-2/+2
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
* s3-spoolss: remove unused struct in construct_notify_printer_info().Günther Deschner2011-05-061-2/+1