summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | pidl/NDR: correctly check for valid propertiesStefan Metzmacher2008-08-201-27/+31
| | * | | | pidl/NDR::Parser: pass $ndr to ->start_flags() and ->end_flags()Stefan Metzmacher2008-08-201-35/+35
| | * | | | pidl/NDR::Parser: pass $ndr to ParseMemCtxPull*()Stefan Metzmacher2008-08-201-11/+11
| | * | | | pidl/NDR::Parser: pass $ndr to ParsePtrPush()Stefan Metzmacher2008-08-201-7/+7
| | * | | | 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-2069-1514/+1597
| | |\|
| | * | added a LDB_ATTR_FLAG_FIXED so the schema module can mark attributesAndrew Tridgell2008-08-202-2/+7
| | * | added some comments at the request of a frustrated abartletAndrew Tridgell2008-08-191-0/+7
| * | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-08-1948-457/+733
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-08-1943-446/+617
| | |\ \
| | | * \ 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-186-30/+59
| | | * | | 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-1531-1134/+1019
| | | |\ \
| | | * \ \ 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