summaryrefslogtreecommitdiff
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* s3: re-run make idl.Günther Deschner2008-11-196-15/+260
* idl: fix svcctl_QueryServiceConfigW.Günther Deschner2008-11-191-3/+16
* Fix bug #5908 - Samba 3.0.32 - internal change notify on share directory fails"Dina Fine2008-11-191-0/+3
* libsmb: Fix up pointer passed to cli_send_trans in cli_link_internalKai Blin2008-11-191-1/+1
* Fix bug #5906 when running winbindd on a Samba PDC. Winbindd crash on 'getent...Davide Sfriso2008-11-181-2/+2
* Fix bug #5900 reported by monyo@samba.gr.jp - vfs_readonly.so does not work.Jeremy Allison2008-11-184-4/+21
* s3-libnet-samsync: use enctype 23 for vampired keytab entries.Günther Deschner2008-11-181-1/+1
* Fix broken msgids in ntstatus_errorsBo Yang2008-11-181-6/+6
* net: Fix net rap printq info documentation (bug #5892)Kai Blin2008-11-181-4/+5
* Fix bug 5901: Default for streams_depot locationTAKAHASHI Motonobu2008-11-181-1/+9
* s3-libgpo: fix build for security cse.Günther Deschner2008-11-181-1/+1
* Make memcache_add_talloc NULL out the source pointerVolker Lendecke2008-11-185-14/+26
* Actually finish memcache_add_tallocVolker Lendecke2008-11-182-2/+68
* make some more parts of security.idl public and re-run make idl.Günther Deschner2008-11-185-10/+17
* re-run make idl.Günther Deschner2008-11-182-20/+1
* security.idl: sometimes ACEs have some padding at the endStefan Metzmacher2008-11-182-1/+31
* Rename some variables in getpwnam_alloc() for clarityVolker Lendecke2008-11-181-10/+11
* sys_pwnam doesn't return talloced memory, so don't mix up the returned struct.Volker Lendecke2008-11-181-4/+1
* Move v2 from timestamp to 16-byte hash. Got the change in before on disk form...Jeremy Allison2008-11-186-75/+55
* re-run make idl.Günther Deschner2008-11-184-34/+34
* Fix PNP_GetHwProfInfo() (fixes Bug: #5888).Günther Deschner2008-11-181-5/+5
* Fix the build (hangs head in shame :-).Jeremy Allison2008-11-181-1/+1
* pam_winbind: translate some more string.Günther Deschner2008-11-181-5/+5
* i18n/l10n pam_winbindBo Yang2008-11-1810-58/+245
* Pretty print out SD's on get/set.Jeremy Allison2008-11-181-0/+10
* Fix memory leak in error path, spotted by Martin Zielinski <mz@seh.de>.Jeremy Allison2008-11-181-0/+1
* Fix bug 5891] : smbd crashed when viewing the eventlog exported by "eventlog ...Jeremy Allison2008-11-181-1/+1
* Fix bug 5889. "delete veto files = no" seems to break.Jeremy Allison2008-11-181-4/+11
* Added vfs_acl_tdb.c module to do ACLs completely in userspace. Passes all of ...Jeremy Allison2008-11-184-45/+904
* make keytab filename argument mandatory to "net rpc vampire keytab"Michael Adam2008-11-181-4/+11
* build: prevent make errors for picky makes when $(EXTRA_ALL_TARGETS) is emptyMichael Adam2008-11-181-2/+4
* Add @CIFSUPCALL_PROGS@ to "all" target so cifs.upcall gets built atMartin Schwenke2008-11-181-1/+2
* ntlm_auth: Put huge NTLMv2 blobs into extra_data on CRAP authKai Blin2008-11-183-11/+36
* Fix a subtle logic bug in the adaption of se_create_child_secdesc(), pass RAW...Jeremy Allison2008-11-182-1/+23
* If we didn't inherit any ACE's the ACE pointer should be NULL.Jeremy Allison2008-11-181-4/+6
* Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...Jeremy Allison2008-11-1815-51/+25
* Convert to use VFS layer.Herb Lewis2008-11-181-1/+1
* mount.cifs: use lock/unlock_mtab scheme from util-linux-ng mount progJeff Layton2008-11-185-69/+311
* Fix bug #5825 - Account locking out doesnt work with an LDAP backend.Based on...Jeremy Allison2008-11-181-1/+3
* Start factoring out the inheritance differences.Jeremy Allison2008-11-182-4/+2
* Final fix to make us pass NULL SD test in RAW-ACLs. Not sure if this is 100% ...Jeremy Allison2008-11-181-0/+3
* Don't call FSET_NT_ACL on file create if there's no SD to set. Leave the defa...Jeremy Allison2008-11-182-5/+6
* Only one more issue with NULL ACL test left to solve.Jeremy Allison2008-11-181-1/+1
* Fix crash in module, get more of the NULL acl test right.Jeremy Allison2008-11-181-14/+18
* Add reference to bug #4308 to remind me to add regression test to smbtorture.Jeremy Allison2008-11-181-1/+1
* Fixed typo in source/utils/net_rap.cJoe Smith2008-11-181-1/+1
* Ignore 3.0 style invalid group mappings during upgrade to ldbVolker Lendecke2008-11-181-0/+7
* Pass all of RAW-ACLS except for inheritence. Working on that next.Jeremy Allison2008-11-183-3/+84
* Fix bug triggered by the RAW-SAMBA3OPLOCKLOGOFF testVolker Lendecke2008-11-181-0/+1
* Pass the directory versions of the RAW-ACL (still not inheritance). Refactor ...Jeremy Allison2008-11-181-43/+83