summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* s4:LDAP server - remove validation checks of input DNsMatthias Dieter Wallnöfer2011-03-041-23/+8
| | | | | | | We should rather try to let the LDB modules perform these checks otherwise different backends behaviour differently. Reviewed by: Tridge
* s4:objectclass LDB module - if we cannot find DN's parent then the DN itself ↵Matthias Dieter Wallnöfer2011-03-041-1/+3
| | | | | | | | | is invalid ERR_INVALID_DN_SYNTAX fits better than ERR_OPERATION_ERROR in this case. This one gets triggered if we perform "add" requests without the LDAP server. Reviewed by: Tridge
* debug: fixed a valgrind errorAndrew Tridgell2011-03-041-1/+4
| | | | | | | Thanks to Volker for spotting this one! Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Fri Mar 4 03:09:52 CET 2011 on sn-devel-104
* s3-waf: add wildcard commands from main wscript.Günther Deschner2011-03-041-1/+11
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Mar 4 02:11:11 CET 2011 on sn-devel-104
* s3-nterr: use strcasecmp in nt_status_string_to_code().Günther Deschner2011-03-041-1/+2
| | | | Guenther
* s4-nterr: move auth_nt_status_squash to nt_status_squash and move to nterr.cGünther Deschner2011-03-048-36/+38
| | | | Guenther
* s4-nterr: some minor cosmetic edits to further match s3 nterr.Günther Deschner2011-03-041-3/+10
| | | | Guenther
* s3-nterr: within nt_errstr() compare codes using NT_STATUS_V().Günther Deschner2011-03-041-1/+2
| | | | | | This is to avoid future very special NT_STATUS_EQUAL semantics within s4. Guenther
* nterr: make sure both nt_err_desc structs are the same.Günther Deschner2011-03-042-0/+6
| | | | Guenther
* nterr: make sure both nt_errs structs are the same.Günther Deschner2011-03-042-4/+17
| | | | Guenther
* s4-nterr: add _N macro handling as in s3-nterr.Günther Deschner2011-03-041-91/+95
| | | | Guenther
* s3-nterr: make nt_err_desc static const.Günther Deschner2011-03-041-1/+1
| | | | Guenther
* nterr: remove space indents (use tabs instead), following coding standards.Günther Deschner2011-03-042-27/+27
| | | | Guenther
* nterr: remove trailing whitespace.Günther Deschner2011-03-042-24/+24
| | | | Guenther
* s3-waf: add check for SEEKDIR_RETURNS_VOID.Günther Deschner2011-03-041-0/+5
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Mar 4 01:13:54 CET 2011 on sn-devel-104
* s3-waf: add check for HAVE_FUNCTION_ATTRIBUTE_DESTRUCTOR.Günther Deschner2011-03-041-0/+6
| | | | Guenther
* libreplace: move "struct timespec" checks into libreplace (where timespec is ↵Günther Deschner2011-03-046-33/+31
| | | | | | | | already used). Bjoern, Metze, please check. Guenther
* socket_wrapper: use swrap_sendmsg_before()/after() in swrap_writev()Stefan Metzmacher2011-03-031-49/+17
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Mar 3 23:43:39 CET 2011 on sn-devel-104
* socket_wrapper: use swrap_sendmsg_before()/after() in swrap_sendmsg()Stefan Metzmacher2011-03-031-47/+66
| | | | | | | This also adds the same logic for broadcast as in swrap_sendto() for SOCK_DGRAM. metze
* socket_wrapper: use swrap_sendmsg_before()/after() in swrap_send()Stefan Metzmacher2011-03-031-37/+18
| | | | metze
* socket_wrapper: use swrap_sendmsg_before()/after() in swrap_sendto()Stefan Metzmacher2011-03-031-86/+35
| | | | metze
* socket_wrapper: add swrap_sendmsg_before/after helper functionsStefan Metzmacher2011-03-031-0/+191
| | | | | | | | Currently have almost the same logic in swrap_send(), swrap_sendto(), swrap_writev() and swrap_sendmsg(), this helper functions let combine all the logic in 2 places. metze
* socket_wrapper: replace recvmsg() correctlyStefan Metzmacher2011-03-031-0/+6
| | | | metze
* socket_wrapper: readv() should only work on connected socketsStefan Metzmacher2011-03-031-0/+5
| | | | metze
* socket_wrapper: move swrap_ioctl() above the send*/recv* functionsStefan Metzmacher2011-03-031-26/+26
| | | | metze
* socket_wrapper: fix compiler warningsStefan Metzmacher2011-03-031-28/+37
| | | | metze
* socket_wrapper: don't allow connect() to the broadcast addressStefan Metzmacher2011-03-031-1/+8
| | | | | | This will simplify other code later. metze
* s3: Use dom_sid_string_buf in sid_to_fstringVolker Lendecke2011-03-031-3/+1
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Mar 3 22:56:57 CET 2011 on sn-devel-104
* Add dom_sid_string_bufVolker Lendecke2011-03-032-12/+40
| | | | | This prints into a fixed buffer with the same overflow semantics as snprintf has: Return required string length, regardless of whether it fit or not.
* s3: Use dom_sid_string in _lsa_lookup_sids_internalVolker Lendecke2011-03-031-4/+1
|
* s3: Remove an obsolete commentVolker Lendecke2011-03-031-3/+1
|
* s3: Fix some nonempty blank linesVolker Lendecke2011-03-031-3/+3
|
* lib/util: LIBCRYPTO is in common already, so add it to samba-util-common.Günther Deschner2011-03-032-3/+3
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Mar 3 18:08:30 CET 2011 on sn-devel-104
* s3-includes: remove global include of system/readline.h.Günther Deschner2011-03-021-1/+0
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Mar 2 23:06:17 CET 2011 on sn-devel-104
* s3-proto: fix some inline comments.Günther Deschner2011-03-021-3/+12
| | | | Guenther
* s3-libds: use already existing ../libds/common/flag_mapping.h header.Günther Deschner2011-03-025-9/+4
| | | | Guenther
* s3: Pass the aio_force operation through vfs_gpfsVolker Lendecke2011-03-021-0/+7
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Mar 2 19:24:27 CET 2011 on sn-devel-104
* s3: Ask GPFS for the IS_OFFLINE operationVolker Lendecke2011-03-021-0/+31
|
* s3: Announce HSM in the gpfs moduleVolker Lendecke2011-03-022-0/+44
|
* s3: Pass smb_filename through the set_offline vfs opVolker Lendecke2011-03-028-12/+36
|
* s3: Pass smb_filename through the is_offline vfs opVolker Lendecke2011-03-028-14/+53
|
* s3: Fix operation names in vfs_full_audit.cVolker Lendecke2011-03-021-2/+2
|
* s3: Print all flags in "smbclient allinfo"Volker Lendecke2011-03-021-1/+25
|
* s4:torture/rap/rap.c - remove unused variable "i"Matthias Dieter Wallnöfer2011-03-021-1/+0
| | | | | Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Wed Mar 2 18:38:58 CET 2011 on sn-devel-104
* s3:idmap_cache: remove an leftover wip commentMichael Adam2011-03-021-1/+1
| | | | | Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Wed Mar 2 14:55:20 CET 2011 on sn-devel-104
* s3: adjust loglevel for idmap_cacheGregor Beck2011-03-021-10/+10
| | | | Signed-off-by: Michael Adam <obnox@samba.org>
* librpc/idl: remove unused string defines from idl_types.hStefan Metzmacher2011-03-021-23/+0
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Mar 2 14:09:44 CET 2011 on sn-devel-104
* librpc/rpc: let ndr_pull_spoolss_EnumPrinterDataEx() use a subcontextStefan Metzmacher2011-03-021-1/+4
| | | | | | | | | This is not strictly needed, but it's good to have the logic in common with the other Enum* calls. This also allows us to play with the NDR_RELATIVE_REVERSE flag. metze
* s3-sessionid: avoid global include of sessionid.hGünther Deschner2011-03-029-2/+8
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Mar 2 12:58:12 CET 2011 on sn-devel-104
* s3-lanman: talk to srvsvc dcerpc server in api_RNetSessionEnum().Günther Deschner2011-03-021-10/+63
| | | | Guenther