summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-01Remove the char * argument from the SMB_VFS_GETWD() call. Now alwaysJeremy Allison9-29/+30
2011-06-01Change sys_getcd() to take no arguments and always return malloc'ed memory (o...Jeremy Allison5-20/+50
2011-06-01Add check for the getcwd function being able to take NULL,0 arguments.Jeremy Allison2-0/+21
2011-06-01Split the ACE flag mapping between nfs4 and WindowsJeremy Allison1-14/+59
2011-06-01s3:doc: update the ldap_user_dn documentation in the idmap_ldap manpageMichael Adam1-3/+11
2011-06-01s3:idmap_ldap: allow creation of ldap stored mappings for explicitly configur...Michael Adam1-1/+1
2011-06-01s3:idmap_ldap: rename idmap_ldap_get_new_id to idmap_ldap_allocate_idMichael Adam1-6/+6
2011-06-01s3:idmap_ldap: rename idmap_ldap_allocate_id to idmap_ldap_allocate_id_internalMichael Adam1-3/+3
2011-06-01idmap_ldap.8: Add example with readonly backendLuk Claes1-0/+22
2011-06-01librpc/ndr: Use converted_size to determine if NULL termination was sentAndrew Bartlett1-4/+10
2011-06-01librpc/ndr: add new LIBNDR_FLAG_STR_RAW8 for ndr_pull_stringSean Finney6-9/+246
2011-06-01librpc/ndr: consolidate string conversion logic in ndr_pull_stringSean Finney1-171/+44
2011-06-01s3: fix more -Wunused-but-set-variable build warnings.Günther Deschner4-10/+2
2011-05-31Tiny simplification to dom_sid_string_bufVolker Lendecke1-2/+1
2011-05-31struct make "struct shadow_copy_data" its own talloc contextVolker Lendecke4-19/+7
2011-05-31s3: Remove SHADOW_COPY_DATA typedefVolker Lendecke8-11/+19
2011-05-31s3: Mark sockets in error state writableVolker Lendecke1-0/+23
2011-05-31s3:doc: clean up the example section of the idmap_tdb manpageMichael Adam1-22/+1
2011-05-31winbindd.8: Use new idmap syntax for smbconfoptionsLuk Claes1-8/+5
2011-05-31s3:passdb: add GPL/copyright header to machine_sid.hMichael Adam1-0/+21
2011-05-31s3:nmbd: add _NMBD_NMBD_H_ guard to nmbd.hMichael Adam1-0/+5
2011-05-31s3:nmbd: add GPL/Copyright header to nmbd.hMichael Adam1-0/+20
2011-05-31s3:rpc_server: add _RPC_SERVER_SRV_ACCESS_CHECK_H_ guard to srv_access_check.hMichael Adam1-0/+5
2011-05-31s3:rpc_server: add GPL/Copyright header to rpc_server/srv_access_check.hMichael Adam1-0/+29
2011-05-31s3: add _LIB_IDMAP_CACHE_H_ guard to lib/idmap_cache.hMichael Adam1-0/+5
2011-05-31s3: add GPL/Copyright header to lib/idmap_cache.hMichael Adam1-0/+20
2011-05-31replace: remove waring if IOV_MAX is not definedBjörn Jacke1-2/+0
2011-05-31s3:librpc: remove unused file librpc/ndr/util.hMichael Adam1-4/+0
2011-05-31s3:winbindd_nrd: include ../librpc/ndr/libndr.h instead of librpc/ndr/util.hMichael Adam1-1/+1
2011-05-31s3:libads/ndr: include ../librpc/ndr/libndr.h instead of librpc/ndr/util.hMichael Adam1-1/+1
2011-05-31s3: Support shadow copy display over SMB2Volker Lendecke1-0/+121
2011-05-31s3:doc: document "idmap gid" as deprecated.Michael Adam1-8/+5
2011-05-31s3:doc: document "idmap uid" as deprecated.Michael Adam1-7/+5
2011-05-31s3:doc: remove the documentation of "idmap alloc backend", which has been rem...Michael Adam1-14/+0
2011-05-31s3:doc: document "idmap backend" as deprecated.Michael Adam1-33/+2
2011-05-31s3:doc: update documentation of the "idmap config FOO : BAR" familiy of param...Michael Adam1-20/+83
2011-05-31s3:lib/eventlog/proto.h: add _LIB_EVENTLOG_PROTO_H_ guardMichael Adam1-0/+5
2011-05-31s3:lib/eventlog/proto.h: add GPL/Copyright headerMichael Adam1-0/+22
2011-05-31s3-libsmb remove ldap_err2string() as common nterrs[] has the constantsAndrew Bartlett1-6/+0
2011-05-31s3-build Don't allow undefined symbols in pam_smbpass.soAndrew Bartlett1-0/+1
2011-05-31libcli/util Remove ntstatus_check_dos_mappingAndrew Bartlett3-46/+0
2011-05-31s3-utils: fix another -Wunused-but-set-variable build warning.Günther Deschner1-3/+0
2011-05-31s3-libsmb: fix build warning of cli_qfilename().Günther Deschner1-1/+1
2011-05-31s3-build Put memcache in a standalone libraryAndrew Bartlett1-2/+7
2011-05-31s3-lib Move source3-specific malloc replacements into a seperate fileAndrew Bartlett4-145/+179
2011-05-31lib/util Move sys_memalign into lib/util/system.cAndrew Bartlett4-37/+41
2011-05-31s3-smbd Fix conn_msg.c: Cannot return in a void functionAndrew Bartlett1-1/+1
2011-05-31s3-lib Improve indentation of errmap_unixAndrew Bartlett1-36/+36
2011-05-31s4-libcli Merge error map order with source3 errmap_unix.cAndrew Bartlett1-26/+28
2011-05-31s3-lib: Use ARRAY_SIZE() to walk the error mapping tablesAndrew Bartlett1-6/+4