summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
| * Remove SEC_ACCESS. It's a uint32_t.Jeremy Allison2008-10-0920-107/+68
| * Make use of ZERO_STRUCT (the first memset was actually wrong)Volker Lendecke2008-10-091-3/+3
| * mount.cifs: make return codes match the return codes for /bin/mount (try #3)Jeff Layton2008-10-091-36/+46
| * mount.cifs: have uppercase_string return success on NULL pointerJeff Layton2008-10-091-2/+2
| * wbclient: add wbcLookupDomainControllerEx call.Günther Deschner2008-10-092-1/+159
| * wbclient: add wbcGuidToString and wbcStringToGuid helper functions.Günther Deschner2008-10-093-0/+129
| * wbclient: add wbcGuid structure.Günther Deschner2008-10-091-0/+13
| * wbclient: add my copyright.Günther Deschner2008-10-091-0/+1
| * krb5-locator: fix dsgetdcname caller.Günther Deschner2008-10-091-5/+22
| * wbinfo: fix dsgetdcname caller.Günther Deschner2008-10-091-3/+11
| * s3-winbindd: use new, richer structures in WINBINDD_DSGETDCNAME implementation.Günther Deschner2008-10-091-21/+40
| * Remove a pointless level of indirectionVolker Lendecke2008-10-093-12/+1
| * Fix a typoVolker Lendecke2008-10-091-1/+1
| * build: add "make test_wbpad" for checking winbind 32/64bit structure padding.Günther Deschner2008-10-092-0/+86
| * s3-winbindd: add dsgetdcname request and reply to winbind structure.Günther Deschner2008-10-091-0/+17
| * For the vfs_acl_xattr.c module, make sure we map GENERIC file and directory bitsJeremy Allison2008-10-085-2/+52
| * Fixed "might be uninitialized" warningTim Prouty2008-10-081-2/+2
| * Deal with inheritance from parent directory when setting WindowsJeremy Allison2008-10-083-1/+20
| * Fix bug #5814 - Winbindd dumping core in a strange manner while doing "rescan...Jeremy Allison2008-10-081-0/+23
| * Remove unused CHECK_FSP macroVolker Lendecke2008-10-082-19/+2
| * fix libclinbtsrcdir variable.Jelmer Vernooij2008-10-081-1/+1
| * Fix const warning.Jeremy Allison2008-10-071-1/+1
| * Update vfs version as I've added a const to the security_descriptor paramter ...Jeremy Allison2008-10-0711-52/+50
| * Make map_errno_from_nt_status() a generic call, not just a cli specific one.Jeremy Allison2008-10-074-160/+175
| * Fixed build warning "passing arg from incompatible pointer type"Tim Prouty2008-10-061-1/+3
| * idmap_adex: Add more debugging to the basic search function.Gerald (Jerry) Carter2008-10-061-0/+18
| * idmap_adex: Add log messages to dc_add_domain for easier debugging.Gerald (Jerry) Carter2008-10-061-0/+8
| * If name_to_fqdn fails, retry with the dns domain the DC gave usVolker Lendecke2008-10-061-3/+8
| * Log in the parent winbind log where a request is goingVolker Lendecke2008-10-061-0/+4
| * Add netlogond auth methodVolker Lendecke2008-10-064-1/+330
| * Add dyn_NCALRPCDIRVolker Lendecke2008-10-064-0/+26
| * Store a local schannel key in secrets.tdbVolker Lendecke2008-10-063-0/+29
| * Fix some nonempty blank linesVolker Lendecke2008-10-051-25/+25
| * Remove an unused variableVolker Lendecke2008-10-051-1/+0
| * Fix some missing error handlingsVolker Lendecke2008-10-053-2/+8
| * OS/X does not have rl_done in readline.hVolker Lendecke2008-10-051-0/+8
| * Fix an uninitialized variable warningVolker Lendecke2008-10-051-0/+2
| * Fix an unlikely memleak found by the IBM checkerVolker Lendecke2008-10-041-0/+2
| * Fix an uninitialized variable found by the IBM CheckerVolker Lendecke2008-10-041-0/+1
| * Fix a potential NULL deref in line 258 found by the IBM checkerVolker Lendecke2008-10-041-0/+1
| * "gwen/cc" does not like the double const :-)Volker Lendecke2008-10-041-1/+1
| * Fix the build farm. In this branch cli_echo returns NTSTATUS.Jeremy Allison2008-10-031-1/+4
| * Correctly fix smbclient to terminate on eof from server.Jeremy Allison2008-10-033-3/+24
| * Simply our main loop processing. A lot :-). Correctly use events for all the ...Jeremy Allison2008-10-037-188/+148
| * net_dns: Make "lwinet ads dns register" honor the "interfaces" parameter.Gerald (Jerry) Carter2008-10-031-13/+12
| * libaddns: Use the same prerequisite for DDNS update as Windows XP.Gerald (Jerry) Carter2008-10-031-2/+2
| * Don't reject a successful alloc :-(.Jeremy Allison2008-10-021-1/+1
| * Fix bug 5805: don't close stdoutDerrell Lipman2008-10-021-1/+3
| * The IRIX compiler does not like embedded unnamed unionsVolker Lendecke2008-10-023-13/+13
| * Attempt to fix the build on IRIXVolker Lendecke2008-10-024-6/+6