summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pidl/NDR::Parser: use my $ndr = "ndr" in the remaining top functionsStefan Metzmacher2008-08-201-26/+29
* pidl/NDR::Parser: pass down $ndr from the top functionsStefan Metzmacher2008-08-201-27/+32
* pidl/NDR::Parser: pass $ndr to ->PRINT_FN_BLOB()Stefan Metzmacher2008-08-202-46/+49
* pidl/NDR::Parser: pass $ndr to ->PUSH_FN_BLOB()Stefan Metzmacher2008-08-202-45/+45
* pidl/NDR::Parser: pass $ndr to ->PULL_FN_BODY()Stefan Metzmacher2008-08-201-42/+42
* pidl/NDR::Parser: use $ndr instead of "ndr"Stefan Metzmacher2008-08-201-14/+14
* don't overwrite fixed attributes with @ATTRIBUTESAndrew Tridgell2008-08-201-0/+4
* Merge commit 'origin/v4-0-test' into v4-0-testAndrew Tridgell2008-08-2071-1555/+1599
|\
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-08-1944-447/+618
| |\
| | * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-08-1917-97/+416
| | |\
| | | * librpc: don't build the old mszip decompression codeStefan Metzmacher2008-08-182-3/+3
| | | * ndr_compression: use zlib's inflate() for decompressionStefan Metzmacher2008-08-182-12/+83
| | | * zlib: mark as modified for sambaStefan Metzmacher2008-08-181-2/+8
| | | * zlib: fix compiler warningsStefan Metzmacher2008-08-1812-74/+80
| | | * zlib: we don't need the inflateReset2 prototype twiceStefan Metzmacher2008-08-181-2/+0
| | | * librpc/ndr: add support for XPRESS decompressionMatthieu Suiche2008-08-181-5/+56
| | | * lib/compression: Import of lzxpress decompression algorithmMatthieu Suiche2008-08-183-1/+188
| | * | Fix templates.ldb reprovision handling.Andrew Bartlett2008-08-193-11/+21
| | * | Note the ldb syntax for attribute syntaxes in the table.Andrew Bartlett2008-08-187-31/+60
| | * | Allow attributes to be overwritten, not just added toAndrew Bartlett2008-08-181-3/+11
| | * | Fix segfaults when loading the schema fails.Andrew Bartlett2008-08-181-14/+13
| | * | Ensure we fail to proceed if the schema won't load.Andrew Bartlett2008-08-181-0/+1
| | * | Remove references to the unused @SUBCLASS feature.Andrew Bartlett2008-08-185-84/+3
| | |/
| | * Merge the two attribute syntax tables.Andrew Bartlett2008-08-189-187/+82
| | * configure: use AS_HELP_STRING for --with-disable-ext-libMichael Adam2008-08-161-1/+1
| | * configure: use AS_HELP_STRING for --enable-developerMichael Adam2008-08-161-1/+1
| | * configure: use AS_HELP_STRING for --enable-debug.Michael Adam2008-08-161-1/+1
| | * configure: use AS_HELP_STRING for --with-selftest-prefix.Michael Adam2008-08-161-1/+1
| | * configure: use AS_HELP_STRING for --with-logfilebase.Michael Adam2008-08-161-1/+1
| | * configure: use AS_HELP_STRING for --with-piddirMichael Adam2008-08-161-1/+1
| | * configure: use AS_HELP_STRING for --with-lockdir.Michael Adam2008-08-161-1/+1
| | * configure: use AS_HELP_STRING for --ntp-signd-socket-dir.Michael Adam2008-08-161-1/+1
| | * configure: use AS_HELP_STRING for --with-winbindd-privileged-socket-dir.Michael Adam2008-08-161-1/+1
| | * configure: use AS_HELP_STRING for --with-winbindd-socket-dir .Michael Adam2008-08-161-1/+1
| | * configure: use AS_HELP_STRING for --with-privatedirMichael Adam2008-08-161-1/+1
| | * configure: format help string for --with-fhs with AS_HELP_STRING().Michael Adam2008-08-161-1/+1
| | * configure: remove duplicate definition of --with-winbindd-socket-dir.Michael Adam2008-08-161-16/+0
| | * Fix the build, after the ad2oLschema changes.Andrew Bartlett2008-08-151-2/+3
| | * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-08-1532-1174/+1020
| | |\
| | * \ Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-08-134-24/+206
| | |\ \
| | * \ \ Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-08-1210-48/+139
| | |\ \ \
| | * | | | Only allow trust accounts access to the NTP signing service.Andrew Bartlett2008-08-111-3/+9
| * | | | | Fix up new OpenLDAP MMR code.Andrew Bartlett2008-08-195-47/+36
| * | | | | Generate Multi-Master Replication configuration for OpenLDAPOliver Liebel2008-08-195-12/+128
| | |_|_|/ | |/| | |
| * | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-08-1518-130/+312
| |\ \ \ \
| | * | | | RAW-OPEN: be more strict in create_option checkingStefan Metzmacher2008-08-141-2/+11
| | * | | | Revert "krb5: always generate the acceptor subkey as the same enctype as the ...Stefan Metzmacher2008-08-141-3/+0
| | * | | | gsskrb5: always return an acceptor subkeyStefan Metzmacher2008-08-141-4/+18
| | * | | | gensec_gssapi: only cache the session key in STAGE_DONEStefan Metzmacher2008-08-141-5/+9
| | * | | | SMB2-CREATE: add a special test for FILE_ATTRIBUTE_ENCRYPTEDStefan Metzmacher2008-08-141-2/+21