summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-01-24Fix Coverity ID 454Volker Lendecke1-1/+8
2008-01-24Fix Coverity ID 463Volker Lendecke1-1/+3
2008-01-24Fix Coverity ID 465Volker Lendecke1-0/+2
2008-01-24Add winbind_msg_dump_domain_list to winbindd.Günther Deschner2-0/+88
2008-01-24Add winbindd debugging ndr_print helpers.Günther Deschner2-0/+150
2008-01-24Add dump-domain-list command for debugging winbindd's domain_list.Günther Deschner2-0/+58
2008-01-24rerun 'make idl'Stefan Metzmacher11-113/+45
2008-01-24netlogon.idl: add some MSV1_0_ values from samba3 and use a bitmap32Stefan Metzmacher2-5/+10
2008-01-24Re-run make idl and use generated ndr based on samba4 security.idl (except fo...Günther Deschner10-1157/+1410
2008-01-24Merge over security.idl from samba4.Günther Deschner1-2/+19
2008-01-24Fix samr_EnumDomainUsers in samba3, must not be a ref pointer here.Günther Deschner4-14/+22
2008-01-24netlogon.idl: make use of bitmap samr_GroupAttrsStefan Metzmacher1-1/+2
2008-01-24netlogon.idl: remove unused netr_GroupsMembership structureStefan Metzmacher1-5/+0
2008-01-24More read_data -> read_socket_with_timeoutVolker Lendecke1-16/+3
2008-01-23Merge branch 'setxattr-dos-mode' into v3-2-testDerrell Lipman1-1/+9
2008-01-23Allow clearing all settable DOS mode bits. A mode value of zero is ignored byDerrell Lipman1-1/+9
2008-01-23Don't leak memory in error path.Jeremy Allison1-0/+1
2008-01-23Use strchr_m in seaching for '.' in the hostname to make sure we're mb safe.Jeremy Allison1-1/+1
2008-01-23Fix Windows 2008 (Longhorn) join.Andreas Schneider1-1/+15
2008-01-23Windows 2008 (Longhorn) auth2 flag fixes.Andreas Schneider8-9/+11
2008-01-23Forward ported version of Matt Geddes <musicalcarrion@gmail.com>Jeremy Allison8-20/+71
2008-01-23read_socket_with_timeout has timeout=0 handlingVolker Lendecke3-67/+9
2008-01-23strtok -> strtok_rVolker Lendecke18-47/+75
2008-01-23Fix panic: Don't free the logfilename in winbind_child_died().Michael Adam1-1/+0
2008-01-23Initialize _domain_list to NULL.Michael Adam1-1/+1
2008-01-23Fix get_trust_creds() to return always an upper-cased krb5 principal (thisGünther Deschner1-4/+8
2008-01-23Remove two unused variablesVolker Lendecke2-2/+0
2008-01-23Fix tab_depth: it should not create an extra debug header.Michael Adam2-3/+6
2008-01-23Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testAndrew Tridgell71-796/+3662
2008-01-23Added PFIF notice to Samba 3.2 treeAndrew Tridgell1-0/+7
2008-01-22Get Samba version or capability information from WindowsCorinna Vinschen1-1/+3
2008-01-22replace svn references with git ones in ReadmeVolker Lendecke1-4/+4
2008-01-22Move samba_extended_info_version to smbd/trans2.cVolker Lendecke3-33/+32
2008-01-22Avoid use of uninitialized memoryVolker Lendecke1-1/+4
2008-01-22Get Samba version or capability information from WindowsCorinna Vinschen3-0/+48
2008-01-22Hide streams from the EA APIVolker Lendecke3-10/+14
2008-01-22libreplace: getpwent_r/getgrent_r on IRIX are similar to solaris but use size_tStefan Metzmacher1-0/+25
2008-01-22Fix a ton of IBM checker uninitialized variable warningsVolker Lendecke1-2/+1
2008-01-22Fix get_ea_names_from_file for many EAsVolker Lendecke1-1/+1
2008-01-22Fix a segfaultVolker Lendecke1-1/+1
2008-01-21Add another check for talloc failure to libnet_confMichael Adam1-0/+4
2008-01-21Fix formatting of multi_sz registry values.Michael Adam1-1/+5
2008-01-21Use talloc_stackframe() for temporary contexts throughout libnet_conf.cMichael Adam1-4/+4
2008-01-21Add a check for talloc failure. - Pointed out by Volker.Michael Adam1-0/+4
2008-01-21Fix two debug messages.Michael Adam1-2/+2
2008-01-21Attempt to fix the darwin buildVolker Lendecke1-4/+4
2008-01-21util_sock: Don't return a pointer to freed memory.Kai Blin1-1/+2
2008-01-21Add SMB_VFS_FS_CAPABILITIESVolker Lendecke6-29/+26
2008-01-21Link smbd on AIX with -bexpfull instead of -bexpallVolker Lendecke1-1/+1
2008-01-21util_sock: Fix memcache bug in get_mydnsfullname.Kai Blin1-3/+3