summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2011-04-07samba_dnsupdate: Don't use subprocess.check_call, it isn't in python 2.4Andrew Bartlett1-1/+8
2011-04-07ldb: fixed --paged option in ldb toolsAndrew Tridgell2-2/+2
2011-04-06s4:dsdb/repl_meta_data: update replPropertyMetaData on originating renamesStefan Metzmacher1-6/+122
2011-04-06s4:dsdb/repl_meta_data: allow passing an explicit attribute list to replmd_up...Stefan Metzmacher1-4/+15
2011-04-06s4:dsdb/repl_meta_data: normalize the rdn attribute name based on the schemaStefan Metzmacher1-5/+15
2011-04-06s4-test: fixed a problem with very verbose NDR debugAndrew Tridgell3-4/+4
2011-04-06lib/crypto: rename the SHA256_ functions to samba_SHA256_Andrew Tridgell1-3/+3
2011-04-06tstream: make npa_tstream a private libraryAndrew Tridgell2-2/+2
2011-04-06lib: make asn1_util a private libraryAndrew Tridgell3-3/+3
2011-04-06s4: Update/Set local USN only on attribute that have been modified/createdMatthieu Patou1-9/+15
2011-04-05kdc: always ldb escape the realmAndrew Bartlett1-1/+11
2011-04-05auth: Move auth_session_info into IDLAndrew Bartlett7-106/+103
2011-04-05s4-auth: Always talloc_zero() the struct auth_session_infoAndrew Bartlett1-1/+1
2011-04-05s4 samba-tool: Implement "testparm" commandKai Blin2-0/+208
2011-04-04s4-credentials Add a command line hook to set the kerberos credentials cacheAndrew Bartlett1-1/+13
2011-04-04s4-dsdb: implemented creation of conflict recordsAndrew Tridgell1-48/+356
2011-04-04s4-samba-tool: give a bit better error on user delete failureAndrew Tridgell1-1/+5
2011-04-04s4-rpc: improved error mapping for several RPC server callsAndrew Tridgell4-26/+22
2011-04-04s4-dsdb: added a ldb err -> NTSTATUS mappingAndrew Tridgell1-0/+78
2011-04-04s4-krb5: be a bit less verbose about krb5 packetsAndrew Tridgell1-1/+1
2011-04-04s4-loadparm: be a bit less verbose about smb.conf processingAndrew Tridgell1-2/+2
2011-04-04s4-libnet: honour convention of DEBUGLEVEL>=10 for NDR printAndrew Tridgell2-0/+16
2011-04-03Avoid uppercasing server role in error message.Jelmer Vernooij1-1/+1
2011-04-03Fix compilation without external heimdal.Jelmer Vernooij2-0/+2
2011-04-03use system heimdal headers if possible, fix missing dependencies on hx509 and...Jelmer Vernooij3-5/+12
2011-03-31lib/util/charset Add tests for strcasecmp_m(), talloc_strupper() et alAndrew Bartlett1-0/+1
2011-03-31s4-dsdb: cope with failed searches in the linked attributes callbackAndrew Tridgell1-16/+15
2011-03-30Fix convert_string() to take a *converted_size arg. and return a bool.Jeremy Allison1-6/+12
2011-03-30lib/util/charset Add tests for convert_string_talloc_handle()Andrew Bartlett2-0/+2
2011-03-30lib/util Move base64 functions into lib/util/base64.cAndrew Bartlett1-29/+2
2011-03-30s4:lib/policy/gp_ldap.c - make more use of LDB result constantsMatthias Dieter Wallnöfer1-13/+13
2011-03-30s4:lib/registry/registry.h - align a copyright line in header commentMatthias Dieter Wallnöfer1-1/+1
2011-03-30s4:smb_server/smb/trans2.c - "talloc_move" isn't strictly necessary hereMatthias Dieter Wallnöfer1-1/+1
2011-03-29Ensure convert_string_XXX is always called with a valid converted_size pointer.Jeremy Allison9-13/+26
2011-03-29ldb: detect eof on ldif filesAndrew Tridgell2-0/+20
2011-03-29s4-dsdb: allow modification of linked attribute targets with relaxAndrew Tridgell1-1/+2
2011-03-29s4-cmdline: moved loadparm init after fault setupAndrew Tridgell1-2/+1
2011-03-29s4-param: set a default logfileAndrew Tridgell1-0/+5
2011-03-29s4-fsmo: say which role is being transferredAndrew Tridgell1-4/+4
2011-03-29s4-fsmo: samba-tool fsmo transfer now gets full error codeAndrew Tridgell1-2/+2
2011-03-29s4-dsdb: perform FSMO transfers asynchronouslyAndrew Tridgell2-26/+43
2011-03-29s4-fsmo: make rootDSE modify for FSMO transfer asyncAndrew Tridgell1-12/+50
2011-03-29s4-fsmo: nicer error messages on failed FSMO transfersAndrew Tridgell1-5/+12
2011-03-29s4-drs: default hostname in samba-tool drs commandAndrew Tridgell1-2/+2
2011-03-29s4-dsdb: only allow administrators to trigger FSMO role transfersAndrew Tridgell1-0/+8
2011-03-29s4-fsmo: samba-tool fsmo takes a URL, not a hostnameAndrew Tridgell2-5/+5
2011-03-28Fix inspired by work done by David Disseldorp for bug #8040 - smbclient segfa...Jeremy Allison1-4/+10
2011-03-25lib/util/charset rename iconv_convenience to iconv_handleAndrew Bartlett7-21/+21
2011-03-25libcli: created smb_constants.hAndrew Tridgell1-12/+1
2011-03-24charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell19-44/+38