summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-01librpc/ndr: handle NOALIGN flag for relative pointers and alignment DATA_BLOBsStefan Metzmacher2-5/+14
2011-03-01s4:netlogon RPC server - "LogonGetDomainInfo" - check for NULL attributesMatthias Dieter Wallnöfer1-17/+29
2011-03-01s4:drsuapi RPC server - check for the "SPN" attribute != NULLMatthias Dieter Wallnöfer1-0/+6
2011-03-01s4:dsdb - always handle the attribute "options" as 32bit unsigned integerMatthias Dieter Wallnöfer4-22/+24
2011-03-01libcli/security Add unix_token and unix_info to auth_session_info tooAndrew Bartlett1-0/+2
2011-03-01s3-auth struct security_unix_token replaces UNIX_USER_TOKENAndrew Bartlett11-36/+29
2011-03-01librpc/idl Add helper structures for use by samba3 in auth_session_infoAndrew Bartlett2-0/+23
2011-03-01pidl Add support for uid_t and gid_t typesAndrew Bartlett5-2/+68
2011-03-01s3-rpc_server Handle session key as a constant bufferAndrew Bartlett1-28/+4
2011-03-01s4:dsdb/common/util.c - remove "samdb_find_or_add_value"Matthias Dieter Wallnöfer1-8/+0
2011-03-01s4:dsdb/common/util.c - fully remove "samdb_msg_add_string"Matthias Dieter Wallnöfer1-18/+3
2011-03-01s4:libnet/libnet_samsync_ldb.c - add a "samdb_msg_add_string" wrapperMatthias Dieter Wallnöfer1-0/+8
2011-03-01s4:remove many invocations of "samdb_msg_add_string"Matthias Dieter Wallnöfer8-39/+29
2011-03-01autobuild: enabled samba3-waf buildAndrew Tridgell1-1/+8
2011-03-01lib/util: new merged debug systemAndrew Bartlett16-826/+462
2011-03-01lib/util move debug.[ch] out of the wayAndrew Bartlett4-2/+2
2011-03-01s4-libnet_vampire: Ignore some attributes when building working schema cacheKamen Mazdrashki1-0/+9
2011-03-01s4-repl/working_schema: Ignore some attributes when bulding working schema cacheKamen Mazdrashki1-0/+9
2011-03-01s4-replicated_objects: Implement a mechanism to relax some attributes conversionKamen Mazdrashki1-4/+31
2011-03-01s3-debug Always use C99 true/false rather than True and FalseAndrew Bartlett1-29/+29
2011-03-01s3-build __FUNCTION__ is always available, always use itAndrew Bartlett3-5/+5
2011-03-01lib/util/time: Merge time functions from source3/lib/time.cAndrew Bartlett3-63/+76
2011-03-01spoolss.idl: align spoolss_DriverFileInfo relative pointer to 4 byteStefan Metzmacher1-1/+1
2011-02-28spoolss.idl: align spoolss_PrinterEnumValues 'data' based on the typeStefan Metzmacher3-1/+34
2011-02-28TODO test/review librpc/ndr: remove align2 hack for relative pointersStefan Metzmacher1-5/+1
2011-02-28TODO test/review librpc: align nstring and nstring_array to 2 byteStefan Metzmacher1-2/+2
2011-02-28librpc/ndr: ndr align relative pointers based on the given flagsStefan Metzmacher1-0/+26
2011-02-28TODO test/review librpc/ndr: let ndr_push/pull_DATA_BLOB() look at LIBNDR_FLA...Stefan Metzmacher1-4/+5
2011-02-28Revert "Fix alignment issues in SPOOLSS "BUFFER" marshalling."Stefan Metzmacher1-7/+0
2011-02-28Fix compiler warning on casting -1 to uint32.Jeremy Allison1-3/+3
2011-02-28Fix some typesJelmer Vernooij24-39/+39
2011-02-28Fix one more warning introduced by changing the size of UNIX_USER_TOKEN->ngro...Jeremy Allison1-1/+1
2011-02-28Fix warning introduced by changing the size of UNIX_USER_TOKEN->ngroups from ...Jeremy Allison1-1/+1
2011-02-28Fix "cast from pointer to integer of different size" warnings on a 64-bit mac...Jeremy Allison1-7/+7
2011-02-28ntvfs: Add some missing dependencies on tevent/events.Jelmer Vernooij2-4/+5
2011-02-28tevent: Add lib/tevent as include directory.Jelmer Vernooij1-0/+1
2011-02-28samba_abi: Generate vscript entries even for ABI versions that didn't introduceJelmer Vernooij1-10/+21
2011-02-28tdb: Use <tdb.h> to include tdb so system headers are found when building aga...Jelmer Vernooij7-7/+7
2011-02-28Use <tdb.h> to include tdb, so the system include file gets used when buildin...Jelmer Vernooij13-13/+13
2011-02-28tdr: Inline proto header to allow tdr.h to be used as it's a public header. Jelmer Vernooij2-5/+39
2011-02-28Use <tevent.h> so the system tevent gets included, if enabled.Jelmer Vernooij4-5/+5
2011-02-28Finish the range checking on all FD_SET calls for select().Jeremy Allison2-0/+14
2011-02-28s3-torture: fix the build of rpc_open_tcp.Günther Deschner1-1/+1
2011-02-28s3-smbd: Pass tevent context to messaging functions.Andreas Schneider1-4/+11
2011-02-28s3-rpc_client: Move client pipe functions to own header.Andreas Schneider40-94/+186
2011-02-28s3:test: fix smbclient test on older systems (usage of mktemp)Michael Adam1-1/+1
2011-02-28s3:test: fix registry roundtrip test on older systems (usage of mktemp)Michael Adam1-1/+1
2011-02-28nsswitch: Eliminate select from wb_commonVolker Lendecke1-28/+27
2011-02-28Remove sys_select[_intr]Volker Lendecke2-158/+0
2011-02-28tevent: Add a poll backendVolker Lendecke5-0/+310