summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2009-01-03open_socket_out is always used with SOCK_STREAM, remove argument "type"Volker Lendecke1-2/+1
2009-01-03Fix retval of async_syscall_result_intVolker Lendecke1-1/+1
2009-01-03struct async_req doesn't really need to carry an event_contextVolker Lendecke1-9/+3
2009-01-02packet.h API: The callback is now responsible to talloc_free() "buf"Volker Lendecke1-2/+4
2009-01-02Happy New Year!Stefan Metzmacher1-1/+1
2008-12-31Rename parent_dirname_talloc() to parent_dirname()Volker Lendecke1-2/+2
2008-12-31Remove unused function parent_dirnameVolker Lendecke1-1/+0
2008-12-31Remove unused function get_numlist()Volker Lendecke1-1/+0
2008-12-31Fix an ancient uninitialized variable readVolker Lendecke1-1/+2
2008-12-30s3 build: Revert previous patch to fix the buildTim Prouty1-3/+101
2008-12-30s3/s4: Move CONST_DISCARD into lib/util so it's available from s3 and s4Tim Prouty1-2/+0
2008-12-30s3 build: Remove redundant #defines that are in idl generated headersTim Prouty1-101/+3
2008-12-30s3:cluster: register the client connection via CTDB_CONTROL_TCP_ADDStefan Metzmacher2-3/+2
2008-12-29s3:passdb: add SAMU_BUFFER_V4 with no changesStefan Metzmacher1-1/+3
2008-12-29s3:passdb: make marshalling struct samu from and to a buffer more genericStefan Metzmacher2-3/+10
2008-12-29Add write_data_iovVolker Lendecke1-0/+1
2008-12-29Add sys_writevVolker Lendecke1-0/+1
2008-12-29s3:dbwrap: fix dbwrap_store_uint32() to match dbwrap_store_int32()Stefan Metzmacher1-1/+1
2008-12-19Add async cli_write_andx and cli_pullVolker Lendecke1-0/+19
2008-12-19Add the cli_wct_ofs routine to calculate the offset for write&xVolker Lendecke1-0/+2
2008-12-19Remove the direct inbuf reference from construct_reply_common()Volker Lendecke1-2/+0
2008-12-19Convert cli_request->outbuf to uint8_tVolker Lendecke1-2/+2
2008-12-19For large smbwrite&x, we need more than 64k bccVolker Lendecke1-2/+2
2008-12-19Pass "bytes_alignment" up through cli_request_sendVolker Lendecke1-0/+1
2008-12-19Make cli_negprot asyncVolker Lendecke1-0/+4
2008-12-19Make cli_negprot return NTSTATUS instead of boolVolker Lendecke1-1/+1
2008-12-19cli_negprot_send -> cli_negprot_sendsyncVolker Lendecke1-1/+1
2008-12-17s3-ntsvcs: remove last traces of hand-marshalled NTSVCS.Günther Deschner3-48/+0
2008-12-17s3-ntsvcs: remove old _PNP_GetDeviceList.Günther Deschner2-17/+0
2008-12-17s3/smb.h: Remove unused LDAP_SSL_ON.Karolin Seeger1-1/+1
2008-12-16commit b520befe6f51644d20434add9864d7a2fa30aa2eSATOH Fumiyasu1-6/+7
2008-12-15Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij1-1/+1
2008-12-15s3:loadparm: rename lp_local_ptr() to lp_local_ptr_by_snum()Michael Adam1-1/+1
2008-12-14Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij3-797/+26
2008-12-14Remove the global "cmdline_auth_info" from source3/lib/util.cVolker Lendecke1-17/+24
2008-12-14Move 128 bytes from the data to the text segmentVolker Lendecke1-1/+1
2008-12-13s3:libsmb/namequery.c: add saf_join_store() functionStefan Metzmacher1-0/+1
2008-12-13s3: correctly detect if the current dc is the closest oneStefan Metzmacher1-1/+0
2008-12-13s3: remove duplicate prototypes in proto.h.Günther Deschner1-778/+0
2008-12-12Move dom_sid to the Samba 3 IDL file, remove the old definition.Jelmer Vernooij2-20/+1
2008-12-11Fix the buildVolker Lendecke1-0/+3
2008-12-10Revert "Fix the build"Volker Lendecke1-4/+0
2008-12-10Fix the buildVolker Lendecke1-0/+4
2008-12-10Pass the get_real_filename operation through the VFSVolker Lendecke2-0/+11
2008-12-10s3-netlogon: fix netlogon server build.Günther Deschner1-2/+2
2008-12-09s3: [3/3]: Fix a delete on close divergence from windows and the associated t...Tim Prouty2-4/+1
2008-12-09s3: Refactor calculating path from relative_fid into a separate functionTim Prouty1-0/+4
2008-12-09s3: Refactor getting sec_info from a security_descriptor into separate functionTim Prouty1-0/+1
2008-12-09s3: Make a few open utility functions non-staticTim Prouty1-0/+32
2008-12-08s3: Add support for access based share enumerationTodd Stecher1-0/+1