summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s3: remove some dead code (for setdir command)Christian Ambach2013-03-1211-68/+5
* Revert "Ensure the masks don't conflict with the ACL checks."Andrew Bartlett2013-03-113-5/+3
* smbd:posix_acls Remove incorrectly added lp_create_mask() and lp_dir_mask() c...Andrew Bartlett2013-03-101-17/+0
* param: Remove incorrectly added defaults in AD DC allowing WORLD WRITABLE filesAndrew Bartlett2013-03-101-2/+0
* Add testcase for idmap_rfc2307 moduleChristof Schmitt2013-03-095-1/+185
* packaging(RHEL-CTDB): Add idmap_rfc2307 moduleChristof Schmitt2013-03-091-1/+1
* s3-net: Allow setting the ldap password for idmap_rfc2307Christof Schmitt2013-03-091-2/+4
* s3-docs: Add manpage for idmap_rfc2307 moduleChristof Schmitt2013-03-092-0/+166
* s3-winbindd: Add new module idmap_rfc2307Christof Schmitt2013-03-095-1/+886
* s3-winbindd: Move connection to AD server from idmap_adChristof Schmitt2013-03-093-62/+52
* s3-winbindd: Use common helper function for connecting to ADSChristof Schmitt2013-03-093-86/+87
* s3-winbindd: Move code for verifying ADS connection to common helper functionChristof Schmitt2013-03-093-45/+41
* s3-winbindd: Move idmap_fetch_secret to idmap_utils.c for reuseChristof Schmitt2013-03-093-24/+27
* s3-winbindd: Move common code for LDAP id mapping to idmap_utilsChristof Schmitt2013-03-094-83/+53
* s4-dns: dlz_bind9: Check result to avoid segfaultStefan Gohmann2013-03-091-1/+1
* doc: add vfs_btrfs man pageDavid Disseldorp2013-03-092-0/+86
* s3-vfs: add vfs_btrfs moduleDavid Disseldorp2013-03-095-0/+224
* Correct the name of the nss_winbind module for FreeBSD by creating a symlinkRichard Sharpe2013-03-081-1/+1
* s3:idmap: fix a debug message and lower its levelMichael Adam2013-03-081-1/+2
* vfs_catia: add my copyrightGuenter Kukkukk2013-03-071-0/+1
* vfs_catia: add a sample for filename mapping to the manual pageGuenter Kukkukk2013-03-071-3/+12
* vfs_catia: fix the completely outdated manual pageGuenter Kukkukk2013-03-071-2/+55
* vfs_catia: fix the translation to "vfs_translate_to_windows"Guenter Kukkukk2013-03-071-4/+6
* vfs_catia: add debug class for that moduleGuenter Kukkukk2013-03-071-1/+23
* docs: Add documentation for osName and osVerAndrew Bartlett2013-03-071-1/+6
* net ads join: Add support for specifying the machine account passwordAndrew Bartlett2013-03-062-1/+17
* selftest: Fix specification of --machinepass to actually set a unique passwordAndrew Bartlett2013-03-061-6/+6
* waf: add -fstack-protector to LDFLAGS if detected.Ira Cooper2013-03-061-0/+1
* Documentation: Add a warning to "socket options"Scott Lovenberg2013-03-061-0/+17
* Make sure to set umask() before calling mkstemp().Andreas Schneider2013-03-0613-3/+71
* s4-libregistry: Improve NULL handling of name.Andreas Schneider2013-03-051-3/+4
* dsdb: Check for pointers before we deference them.Andreas Schneider2013-03-051-7/+7
* gensec: recv_handler can't be NULL at that point.Andreas Schneider2013-03-051-1/+1
* s4-libregistry: Fix path check and improve while loops.Andreas Schneider2013-03-051-6/+6
* s4-libregistry: Make sure we don't dereference a NULL pointer.Andreas Schneider2013-03-051-1/+3
* s4-client: Make sure entry is a valid string.Andreas Schneider2013-03-051-2/+8
* winbind: Fix no memory check in _wbint_PingDc().Andreas Schneider2013-03-051-1/+1
* krb5_wrap: Make sure we don't dereference a NULL pointer.Andreas Schneider2013-03-051-1/+3
* s3-daemons: Set the comment field of the daemons.Andreas Schneider2013-03-054-0/+19
* lib: Add prctl_set_comment to utils.Andreas Schneider2013-03-054-2/+71
* waf: Correctly check for prctl in just one place.Andreas Schneider2013-03-052-10/+15
* winbind: Fix samba3.winbind.struct test.Andreas Schneider2013-03-051-1/+1
* winbind: Correctly use names in the domain struct.Andreas Schneider2013-03-057-20/+52
* winbind: Use talloc for allocating domain, dns, forest and dc name.Andreas Schneider2013-03-056-61/+142
* Fix the build: net_serverid.c has 3 wrong format strings for 64bit varsGuenter Kukkukk2013-03-051-5/+7
* s3:lib/charcnv fix typo in pull_ascii_base_talloc()Ralph Wuerthner2013-03-051-1/+1
* s3:libnet increase timeout for machine password changeChristian Ambach2013-03-051-0/+9
* tdb: Slightly simplify tdb_expand_fileVolker Lendecke2013-03-051-2/+4
* tsocket_bsd: Attempt to increase the SO_SNDBUF if we get EMSGSIZE in sendto()Andrew Bartlett2013-03-041-0/+26
* s4-lib/socket: Return the original EMSGSIZE when sendto() and setsockopt() bo...Andrew Bartlett2013-03-041-1/+1