summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* s3: Lift the smbd_messaging_context from make_internal_rpc_pipe_pVolker Lendecke2010-08-083-5/+9
|
* s3: Remove a direct reference to smbd_server_connVolker Lendecke2010-08-081-1/+1
|
* s3: Remove references to smbd_messaging_context()Volker Lendecke2010-08-082-12/+24
|
* s3: Fix a type-punned warningVolker Lendecke2010-08-081-1/+1
|
* s3:rpcclient: we also need some ndr_pull functionsStefan Metzmacher2010-08-085-0/+5
| | | | metze
* s3:libnet/libnet_samsync.c: we also need some ndr_pull functionsStefan Metzmacher2010-08-081-0/+1
| | | | metze
* s3:utils/net_rpc_service.c: we also need some ndr_pull functionsStefan Metzmacher2010-08-081-0/+1
| | | | metze
* s3:rpc_server: fix valgrind warningStefan Metzmacher2010-08-081-0/+1
| | | | metze
* s3:smbd: fix valgrind warning, sizeof(16) != 16...Stefan Metzmacher2010-08-081-1/+1
| | | | metze
* s3:rpc_server: fix memory leaks in rpc_pipe_internal_dispatch()Stefan Metzmacher2010-08-081-0/+7
| | | | metze
* s3: Fix typosVolker Lendecke2010-08-081-2/+5
|
* s3: Remove some references to smbd_messaging_context()Volker Lendecke2010-08-071-5/+6
|
* s3: Remove references to smbd_messaging_context() from the spoolss serverVolker Lendecke2010-08-072-26/+25
|
* s3: Remove a reference to smbd_messaging_context()Volker Lendecke2010-08-071-6/+14
|
* s3: Remove some references to smbd_messaging_context()Volker Lendecke2010-08-073-16/+14
|
* s3: Remove procid_self() from connections_fetch_entry()Volker Lendecke2010-08-071-1/+2
|
* s3: Add msg_ctx to pipes_structVolker Lendecke2010-08-072-0/+3
|
* s3: Remove smbd_messaging_context() from send_stat_cache_delete_message()Volker Lendecke2010-08-075-6/+11
|
* s3: Remove a pointless "else"Volker Lendecke2010-08-071-1/+3
|
* s3: Remove an unnecessary NULL checkVolker Lendecke2010-08-071-1/+1
| | | | | Now that connections.tdb is not used for the broadcast messaging anymore, connections_fetch_entry is only called for real connections.
* s3-net: fix copy/paste typo in usage of "net printing".Günther Deschner2010-08-061-1/+1
| | | | Guenther
* s3-netlogon: remove global include of netlogon.h.Günther Deschner2010-08-0621-4/+26
| | | | | | | This reduces precompiled headers by another 4 MB and also slightly speeds up the build. Guenther
* s3: remove global include of samr.hGünther Deschner2010-08-062-1/+1
| | | | Guenther
* s3-build: no need to include privileges.h twice.Günther Deschner2010-08-061-1/+0
| | | | Guenther
* s3-net: only include netapi header when needed.Günther Deschner2010-08-065-1/+4
| | | | Guenther
* s3-libsmb: include nbt.h in namequery_dc code.Günther Deschner2010-08-061-0/+1
| | | | Guenther
* s3-libnet: include netlogon.h in libnet samsync header.Günther Deschner2010-08-061-0/+1
| | | | Guenther
* s3-smbtorture: include svcctl.hGünther Deschner2010-08-061-0/+1
| | | | Guenther
* s3-services: include svcctl.h where needed.Günther Deschner2010-08-061-0/+2
| | | | Guenther
* s3-build: remove global include of krb5pac.h.Günther Deschner2010-08-061-1/+2
| | | | | | Put in samr and netlogon, as they were pulled in via krb5pac.h. Guenther
* s3-krb5: include krb5pac.h where needed.Günther Deschner2010-08-067-0/+10
| | | | Guenther
* s3-rap: include svcctl.h where needed.Günther Deschner2010-08-062-0/+2
| | | | Guenther
* s3-passdb: include samr.h where needed.Günther Deschner2010-08-069-1/+10
| | | | Guenther
* s3-param: include svcctl headers in loadparm.Günther Deschner2010-08-061-0/+1
| | | | Guenther
* s3-nmbd: include svcctl.h where needed.Günther Deschner2010-08-068-0/+8
| | | | Guenther
* s3: Remove some explicit calls to procid_self()Volker Lendecke2010-08-061-3/+3
|
* s3: Remove some explicit calls to procid_self()Volker Lendecke2010-08-061-7/+10
|
* s3-spoolss: Make sure we convert a 4 byte value to uint32_t.Andreas Schneider2010-08-061-1/+1
|
* s3-spoolss: Fixed setting driver version correctly.Andreas Schneider2010-08-061-1/+3
| | | | | We are in a loop here, so setting tmp to 0 at the beginning of each iteration sets info8->version to 0 if we enumerate over another value.
* s3: fail db_open_ctdb if ctdb is not aroundVolker Lendecke2010-08-061-0/+5
|
* s3-printing: cope with missing printers in print migrationAndrew Tridgell2010-08-061-0/+10
| | | | | | | | The printers database may be completely missing in a new install, and we may have SECDESC entries for printers that have been removed. Don't consider these fatal errors in the migration. Signed-off-by: Günther Deschner <gd@samba.org>
* s3: Remove some direct cli->inbuf references in interpret_long_filenameVolker Lendecke2010-08-051-2/+2
|
* s3: Remove a pointless wrapper functionVolker Lendecke2010-08-053-7/+1
|
* s3: Explicitly pass flags2 to clistr_pull_tallocVolker Lendecke2010-08-056-12/+26
| | | | Required to eventually make cli_list async
* s3: Remove some pointless wrapper functionsVolker Lendecke2010-08-053-26/+7
|
* s3: Remove some pointless wrapper functionsVolker Lendecke2010-08-056-36/+25
|
* s3: Save the received trans2 from the inbuf in cli_transVolker Lendecke2010-08-057-16/+32
|
* s3: Fix a crash in masktestVolker Lendecke2010-08-051-0/+1
|
* s3-spoolss: Use the correct value for the data length.Andreas Schneider2010-08-051-2/+2
|
* s3-popt: Only include popt-common.h when needed.Andreas Schneider2010-08-0537-7/+35
|