summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-04s4:kdc: fix calculation of the rodc kvnoStefan Metzmacher1-4/+12
2011-03-04HEIMDAL:kdc: correctly propagate HDB_ERR_NOT_FOUND_HERE to via tgs_parse_requ...Stefan Metzmacher1-0/+5
2011-03-04lib/socket_wrapper: try to fix the build on solarisStefan Metzmacher1-0/+13
2011-03-04s3: add two missing vfs disconnect callsDavid Disseldorp1-0/+2
2011-03-04s3-printing: fix cups pcap reload with no printersDavid Disseldorp1-12/+27
2011-03-04s3-printing: remove unneeded local_pcap_copy globalDavid Disseldorp1-36/+18
2011-03-04s3-printing: follow force user/group for driver IODavid Disseldorp3-57/+118
2011-03-04ldb:ldb tools - remove a superflous "return" (usage internally calls "exit")Matthias Dieter Wallnöfer1-1/+0
2011-03-04ldb:ldb tools - return LDB_ERR_INVALID_DN_SYNTAX on wrong DN parametersMatthias Dieter Wallnöfer5-5/+9
2011-03-04ldb:ldb tools - ldbtest - convert other result values to LDB codes as wellMatthias Dieter Wallnöfer1-15/+15
2011-03-04s4:LDAP server - remove validation checks of input DNsMatthias Dieter Wallnöfer1-23/+8
2011-03-04s4:objectclass LDB module - if we cannot find DN's parent then the DN itself ...Matthias Dieter Wallnöfer1-1/+3
2011-03-04debug: fixed a valgrind errorAndrew Tridgell1-1/+4
2011-03-04s3-waf: add wildcard commands from main wscript.Günther Deschner1-1/+11
2011-03-04s3-nterr: use strcasecmp in nt_status_string_to_code().Günther Deschner1-1/+2
2011-03-04s4-nterr: move auth_nt_status_squash to nt_status_squash and move to nterr.cGünther Deschner8-36/+38
2011-03-04s4-nterr: some minor cosmetic edits to further match s3 nterr.Günther Deschner1-3/+10
2011-03-04s3-nterr: within nt_errstr() compare codes using NT_STATUS_V().Günther Deschner1-1/+2
2011-03-04nterr: make sure both nt_err_desc structs are the same.Günther Deschner2-0/+6
2011-03-04nterr: make sure both nt_errs structs are the same.Günther Deschner2-4/+17
2011-03-04s4-nterr: add _N macro handling as in s3-nterr.Günther Deschner1-91/+95
2011-03-04s3-nterr: make nt_err_desc static const.Günther Deschner1-1/+1
2011-03-04nterr: remove space indents (use tabs instead), following coding standards.Günther Deschner2-27/+27
2011-03-04nterr: remove trailing whitespace.Günther Deschner2-24/+24
2011-03-04s3-waf: add check for SEEKDIR_RETURNS_VOID.Günther Deschner1-0/+5
2011-03-04s3-waf: add check for HAVE_FUNCTION_ATTRIBUTE_DESTRUCTOR.Günther Deschner1-0/+6
2011-03-04libreplace: move "struct timespec" checks into libreplace (where timespec is ...Günther Deschner6-33/+31
2011-03-03socket_wrapper: use swrap_sendmsg_before()/after() in swrap_writev()Stefan Metzmacher1-49/+17
2011-03-03socket_wrapper: use swrap_sendmsg_before()/after() in swrap_sendmsg()Stefan Metzmacher1-47/+66
2011-03-03socket_wrapper: use swrap_sendmsg_before()/after() in swrap_send()Stefan Metzmacher1-37/+18
2011-03-03socket_wrapper: use swrap_sendmsg_before()/after() in swrap_sendto()Stefan Metzmacher1-86/+35
2011-03-03socket_wrapper: add swrap_sendmsg_before/after helper functionsStefan Metzmacher1-0/+191
2011-03-03socket_wrapper: replace recvmsg() correctlyStefan Metzmacher1-0/+6
2011-03-03socket_wrapper: readv() should only work on connected socketsStefan Metzmacher1-0/+5
2011-03-03socket_wrapper: move swrap_ioctl() above the send*/recv* functionsStefan Metzmacher1-26/+26
2011-03-03socket_wrapper: fix compiler warningsStefan Metzmacher1-28/+37
2011-03-03socket_wrapper: don't allow connect() to the broadcast addressStefan Metzmacher1-1/+8
2011-03-03s3: Use dom_sid_string_buf in sid_to_fstringVolker Lendecke1-3/+1
2011-03-03Add dom_sid_string_bufVolker Lendecke2-12/+40
2011-03-03s3: Use dom_sid_string in _lsa_lookup_sids_internalVolker Lendecke1-4/+1
2011-03-03s3: Remove an obsolete commentVolker Lendecke1-3/+1
2011-03-03s3: Fix some nonempty blank linesVolker Lendecke1-3/+3
2011-03-03lib/util: LIBCRYPTO is in common already, so add it to samba-util-common.Günther Deschner2-3/+3
2011-03-02s3-includes: remove global include of system/readline.h.Günther Deschner1-1/+0
2011-03-02s3-proto: fix some inline comments.Günther Deschner1-3/+12
2011-03-02s3-libds: use already existing ../libds/common/flag_mapping.h header.Günther Deschner5-9/+4
2011-03-02s3: Pass the aio_force operation through vfs_gpfsVolker Lendecke1-0/+7
2011-03-02s3: Ask GPFS for the IS_OFFLINE operationVolker Lendecke1-0/+31
2011-03-02s3: Announce HSM in the gpfs moduleVolker Lendecke2-0/+44
2011-03-02s3: Pass smb_filename through the set_offline vfs opVolker Lendecke8-12/+36