summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* s3-passdb: move util_builtin.c out of passdb.Günther Deschner2011-04-053-7/+6
* s3-passdb: move util_unixsids.c out of passdb.Günther Deschner2011-04-055-17/+16
* s3-passdb: move util_wellknown.c out of passdb.Günther Deschner2011-04-055-16/+15
* s3-winbindd: copy acct_info to wb_acct_info so we dont need passdb for it.Günther Deschner2011-04-059-29/+35
* s3-passdb: add machine_sid.h and lookup_sid.hGünther Deschner2011-04-054-40/+42
* s3-proto: add some forward declarations.Günther Deschner2011-04-051-0/+2
* s3-passdb: add passdb.h where needed.Günther Deschner2011-04-0544-0/+44
* s3-passdb: move mapping.h into passdb.h, its needed here.Günther Deschner2011-04-052-1/+2
* s3-passdb: move passdb headers to passdb/proto.h.Günther Deschner2011-04-053-372/+374
* s3-groupdb: move groupdb headers to groupdb/proto.h.Günther Deschner2011-04-053-74/+76
* s3: create_builtin_users/administrators belongs to passdb not auth.Günther Deschner2011-04-055-134/+167
* s3-build: only include transfer_file.h where needed.Günther Deschner2011-04-056-3/+5
* registry: create and use shared libcli/registry/util_reg.h header.Günther Deschner2011-04-0521-9/+51
* s3-includes: no point in including all security headers globally.Günther Deschner2011-04-055-4/+4
* s3-includes: remove EILSEQ check, this is handled byGünther Deschner2011-04-051-6/+0
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-04-05132-4/+132
* s3-includes: remove global include of "system/network.h"Günther Deschner2011-04-051-1/+0
* s3-includes: only include system/passwd.h when needed.Günther Deschner2011-04-0531-1/+30
* s3-includes: only include system/shmem.h when needed.Günther Deschner2011-04-053-1/+2
* s3-includes: remove global include of "system/select.h".Günther Deschner2011-04-051-1/+0
* s3-includes: only include system/terminal.h when needed.Günther Deschner2011-04-052-1/+1
* s3-includes: only include system/capability.h when needed.Günther Deschner2011-04-052-1/+1
* s3-includes: only include system/glob.h when needed.Günther Deschner2011-04-052-1/+1
* s3-includes: only include system/iconv.h when needed.Günther Deschner2011-04-052-1/+1
* s3-includes: only include system/syslog.h when needed.Günther Deschner2011-04-056-1/+5
* s3-trans2: only include trans2.h where needed.Günther Deschner2011-04-0516-1/+15
* s3-winbind: remove global inclusion of libwbclient.Günther Deschner2011-04-0521-36/+78
* s3-waf: fix typo in ctdb checks.Günther Deschner2011-04-051-1/+1
* s3-samr: make getgrgid() failure a little more visible in _samr_CreateDomAlia...Günther Deschner2011-04-051-1/+1
* s3-idmap: fix the build of idmap_hash on FreeBSD.Günther Deschner2011-04-051-0/+1
* rep_parse_prs: remove some dead, unused code.Günther Deschner2011-04-052-421/+0
* lib/util/util_pw: share more code between lib/util/util_pw.c and source3/lib/...Günther Deschner2011-04-059-45/+17
* lib/util/util_pw: share sys_get{pw,gr} group of calls.Günther Deschner2011-04-0515-53/+104
* lib/util/util_pw: temporary rename of getpwnam_alloc and getpwuid_alloc.Günther Deschner2011-04-051-2/+2
* lib-util: put data_blob back in the public librarySimo Sorce2011-04-052-3/+3
* dcerpc: we do not need these as public headersSimo Sorce2011-04-052-3/+1
* s3: Make vlp printing work by defaultVolker Lendecke2011-04-051-8/+55
* s3: Fix print_spool_endVolker Lendecke2011-04-051-12/+0
* s3-net: add command "net idmap check"Gregor Beck2011-04-057-3/+1108
* s3: add function srprs_quoted to parse strings written with cbuf_print_quotedGregor Beck2011-04-052-1/+52
* s3: add function cbuf_print_quotedGregor Beck2011-04-052-1/+49
* s3: add function dbwrap_traverseGregor Beck2011-04-052-0/+12
* s3: add function dbwrap_trans_traverseGregor Beck2011-04-052-0/+33
* s3: fix cbuf_swapptrGregor Beck2011-04-051-0/+2
* Move SET_STAT_INVALID call added by Volker as fix for bug 8042 - Newly create...Jeremy Allison2011-04-041-3/+3
* Note that check_parent_exists() doesn't change the contents of smb_fname (add...Jeremy Allison2011-04-041-1/+1
* Fix bug #7987 - ACL can get lost when files are being renamed.Jeremy Allison2011-04-033-1/+49
* s3: Fix bug 8042: File creation on OS/XVolker Lendecke2011-04-031-0/+3
* Fix for servers that don't put a path separator at the end of the service.Larry Reid2011-04-031-4/+13
* s3:waf: add cluster support / ctdb checks.Michael Adam2011-04-021-0/+196