summaryrefslogtreecommitdiffstats
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
* Add iconv_convenience argument to size functions.Jelmer Vernooij2009-01-012-14/+0
* Rename parent_dirname_talloc() to parent_dirname()Volker Lendecke2008-12-311-2/+2
* Remove unused function parent_dirnameVolker Lendecke2008-12-311-1/+0
* Remove unused function get_numlist()Volker Lendecke2008-12-311-1/+0
* Fix an ancient uninitialized variable readVolker Lendecke2008-12-311-1/+2
* s3 build: Revert previous patch to fix the buildTim Prouty2008-12-301-3/+101
* s3/s4: Move CONST_DISCARD into lib/util so it's available from s3 and s4Tim Prouty2008-12-301-2/+0
* s3 build: Remove redundant #defines that are in idl generated headersTim Prouty2008-12-301-101/+3
* s3:cluster: register the client connection via CTDB_CONTROL_TCP_ADDStefan Metzmacher2008-12-302-3/+2
* s3:passdb: add SAMU_BUFFER_V4 with no changesStefan Metzmacher2008-12-291-1/+3
* s3:passdb: make marshalling struct samu from and to a buffer more genericStefan Metzmacher2008-12-292-3/+10
* Add write_data_iovVolker Lendecke2008-12-291-0/+1
* Add sys_writevVolker Lendecke2008-12-291-0/+1
* s3:dbwrap: fix dbwrap_store_uint32() to match dbwrap_store_int32()Stefan Metzmacher2008-12-291-1/+1
* Add async cli_write_andx and cli_pullVolker Lendecke2008-12-191-0/+19
* Add the cli_wct_ofs routine to calculate the offset for write&xVolker Lendecke2008-12-191-0/+2
* Remove the direct inbuf reference from construct_reply_common()Volker Lendecke2008-12-191-2/+0
* Convert cli_request->outbuf to uint8_tVolker Lendecke2008-12-191-2/+2
* For large smbwrite&x, we need more than 64k bccVolker Lendecke2008-12-191-2/+2
* Pass "bytes_alignment" up through cli_request_sendVolker Lendecke2008-12-191-0/+1
* Make cli_negprot asyncVolker Lendecke2008-12-191-0/+4
* Make cli_negprot return NTSTATUS instead of boolVolker Lendecke2008-12-191-1/+1
* cli_negprot_send -> cli_negprot_sendsyncVolker Lendecke2008-12-191-1/+1
* s3-ntsvcs: remove last traces of hand-marshalled NTSVCS.Günther Deschner2008-12-173-48/+0
* s3-ntsvcs: remove old _PNP_GetDeviceList.Günther Deschner2008-12-172-17/+0
* s3/smb.h: Remove unused LDAP_SSL_ON.Karolin Seeger2008-12-171-1/+1
* commit b520befe6f51644d20434add9864d7a2fa30aa2eSATOH Fumiyasu2008-12-161-6/+7
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-12-151-1/+1
|\
| * s3:loadparm: rename lp_local_ptr() to lp_local_ptr_by_snum()Michael Adam2008-12-151-1/+1
* | Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-12-143-797/+26
|\|
| * Remove the global "cmdline_auth_info" from source3/lib/util.cVolker Lendecke2008-12-141-17/+24
| * Move 128 bytes from the data to the text segmentVolker Lendecke2008-12-141-1/+1
| * s3:libsmb/namequery.c: add saf_join_store() functionStefan Metzmacher2008-12-131-0/+1
| * s3: correctly detect if the current dc is the closest oneStefan Metzmacher2008-12-131-1/+0
| * s3: remove duplicate prototypes in proto.h.Günther Deschner2008-12-131-778/+0
* | Move dom_sid to the Samba 3 IDL file, remove the old definition.Jelmer Vernooij2008-12-122-20/+1
|/
* Fix the buildVolker Lendecke2008-12-111-0/+3
* Revert "Fix the build"Volker Lendecke2008-12-101-4/+0
* Fix the buildVolker Lendecke2008-12-101-0/+4
* Pass the get_real_filename operation through the VFSVolker Lendecke2008-12-102-0/+11
* s3-netlogon: fix netlogon server build.Günther Deschner2008-12-101-2/+2
* s3: [3/3]: Fix a delete on close divergence from windows and the associated t...Tim Prouty2008-12-092-4/+1
* s3: Refactor calculating path from relative_fid into a separate functionTim Prouty2008-12-091-0/+4
* s3: Refactor getting sec_info from a security_descriptor into separate functionTim Prouty2008-12-091-0/+1
* s3: Make a few open utility functions non-staticTim Prouty2008-12-091-0/+32
* s3: Add support for access based share enumerationTodd Stecher2008-12-081-0/+1
* Simplify async programming a bit with helper routinesVolker Lendecke2008-12-081-0/+4
* Streamline the async_sock API a bitVolker Lendecke2008-12-081-9/+13
* Add a "bytes_padding" parameter to smb_splice_chainVolker Lendecke2008-12-081-0/+1
* Factor out smb_splice_chain(), to be used by chain_reply() in smbdVolker Lendecke2008-12-081-0/+3