summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * ndr: split out ndr enum functionsAndrew Tridgell2009-09-174-6/+80
| * idl: recompile our IDLAndrew Tridgell2009-09-1725-3558/+3558
| * s4-pidl: add support for NDR64Andrew Tridgell2009-09-172-6/+9
| * s4-rpc: added NDR64 supportAndrew Tridgell2009-09-176-8/+33
| * ndr: added support for NDR64 Andrew Tridgell2009-09-173-18/+54
| * util: use likely/unlikely for NT_STATUS_* macrosAndrew Tridgell2009-09-171-3/+3
| * libreplace: added likely()/unlikely() macros for gccAndrew Tridgell2009-09-171-0/+19
| * s3:smbd: Attempt to fix the build on HP/UXVolker Lendecke2009-09-181-0/+1
| * s3:smbd: Fix an inappropriate pointer return in a bool fnVolker Lendecke2009-09-181-1/+1
| * s3:winbind: Fix some enum type mismatches found by the Solaris compilerVolker Lendecke2009-09-183-3/+3
* | Merge branch 'master' of /home/tridge/samba/git/combinedAndrew Tridgell2009-09-17151-29310/+32446
|\ \
| * | idl: regenerate IDL for NDR64 changesAndrew Tridgell2009-09-1722-252/+252
| * | s4-sam: add a note about the solaris clientAndrew Tridgell2009-09-171-0/+2
| * | ndrdump: fixed helpAndrew Tridgell2009-09-171-1/+1
| * | ndr: num_auths is an array size, thus a uint3264Andrew Tridgell2009-09-171-2/+2
| * | ndr: split out ndr enum functionsAndrew Tridgell2009-09-174-6/+80
| * | idl: recompile our IDLAndrew Tridgell2009-09-1722-3306/+3306
| * | s4-pidl: add support for NDR64Andrew Tridgell2009-09-172-6/+9
| * | s4-rpc: added NDR64 supportAndrew Tridgell2009-09-176-8/+33
| * | ndr: added support for NDR64 Andrew Tridgell2009-09-173-18/+54
| * | util: use likely/unlikely for NT_STATUS_* macrosAndrew Tridgell2009-09-171-3/+3
| * | libreplace: added likely()/unlikely() macros for gccAndrew Tridgell2009-09-171-0/+19
| |/
| * s3: build with pam support when possibleBjörn Jacke2009-09-171-3/+3
| * Re-generated idl files with () for enum values.Jeremy Allison2009-09-1723-1014/+1014
| * Ensure we enclose the enum values in brackets to make the cast work.Jeremy Allison2009-09-171-0/+2
| * Check in modified generated files for systems where pidl can't run.Jeremy Allison2009-09-1724-1066/+1068
| * Merge branch 'master' of ssh://jra@git.samba.org/data/git/sambaJeremy Allison2009-09-176-12/+61
| |\
| | * spnego: Support ASN.1 BIT STRING and use it in SPNEGO.Kouhei Sutou2009-09-176-12/+61
| * | Fix the problem with pidl generating invalid C for enums. AccordingJeremy Allison2009-09-171-1/+9
| |/
| * s4:descriptor module - Revert and const fixupsMatthias Dieter Wallnöfer2009-09-171-7/+18
| * s4:descriptor - cosmeticMatthias Dieter Wallnöfer2009-09-171-1/+1
| * s4:libnet_become_dc - Fix some uninitialised variablesMatthias Dieter Wallnöfer2009-09-171-3/+3
| * s4:provision - Some reworkMatthias Dieter Wallnöfer2009-09-1712-23610/+23878
| * void functions can't return a value. Found by the Solaris compiler.Jeremy Allison2009-09-171-1/+1
| * void functions can't return a value. Found by the Solaris compiler.Jeremy Allison2009-09-171-1/+1
| * void functions can't return a value. Found by the Solaris compiler.Jeremy Allison2009-09-171-1/+1
| * We now pass the Microsoft SMB2 fileio test with EA's and streams...Jeremy Allison2009-09-175-5/+69
| * Remove ununsed variable warning.Jeremy Allison2009-09-171-1/+0
| * s4/domain behaviour flags: Fix them up in various locationsMatthias Dieter Wallnöfer2009-09-174-16/+10
| * s4/python: flagsMatthias Dieter Wallnöfer2009-09-172-9/+83
| * libds/common/flags: variousMatthias Dieter Wallnöfer2009-09-172-28/+36
| * Port the Samba 3 shm_setup to QNX.Matt Kraai2009-09-131-0/+18
| * util_smb: For some (unknown) reason the previous patch changed the permission...Matthias Dieter Wallnöfer2009-09-131-0/+0
| * Port the Samba 4 shm_setup to QNX.Matt Kraai2009-09-131-0/+18
| * idl: added DRS GetNCChanges level 10Andrew Tridgell2009-09-174-0/+209
| * idl: rebuild drsuapi.idlAndrew Tridgell2009-09-175-51/+258
| * idl: added DsExecuteKCC IDLAndrew Tridgell2009-09-172-4/+22
| * ndr: added --ndr64 flag to ndrdumpAndrew Tridgell2009-09-164-6/+44
| * s3-winbindd: add and use winbindd_lookup_names().Günther Deschner2009-09-172-20/+47
| * s3-winbindd: add and use winbindd_lookup_sids().Günther Deschner2009-09-173-96/+78