Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | pyldb: Don't segfault when invalid type is specified to as_sddl and from_sddl. | Matthieu Patou | 2009-09-17 | 2 | -2/+19 | |
| | | | | | | | | Fix bug #6723 | |||||
* | | Merge branch 'master' of /home/tridge/samba/git/combined | Andrew Tridgell | 2009-09-18 | 7 | -6/+12 | |
|\| | ||||||
| * | talloc: don't crash if f is NULL in talloc_report_* | Andrew Tridgell | 2009-09-17 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | It's annoying when you use p talloc_report_full(ctx, fopen("/tmp/xx","w")) in gdb, and if you don't have write permission on the file then you get a segv. | |||||
| * | s3-rpc: samba3 needs the DCERPC_NDR64 define | Andrew Tridgell | 2009-09-17 | 1 | -0/+3 | |
| | | ||||||
| * | s4-sam: add a note about the solaris client | Andrew Tridgell | 2009-09-17 | 1 | -0/+2 | |
| | | ||||||
| * | ndrdump: fixed help | Andrew Tridgell | 2009-09-17 | 1 | -1/+1 | |
| | | ||||||
| * | ndr: num_auths is an array size, thus a uint3264 | Andrew Tridgell | 2009-09-17 | 1 | -2/+2 | |
| | | ||||||
| * | ndr: split out ndr enum functions | Andrew Tridgell | 2009-09-17 | 4 | -6/+80 | |
| | | | | | | | | This allows for easier implementation of the NDR32/NDR64 split | |||||
| * | idl: recompile our IDL | Andrew Tridgell | 2009-09-17 | 25 | -3558/+3558 | |
| | | | | | | | | The NDR64 change affects every IDL file | |||||
| * | s4-pidl: add support for NDR64 | Andrew Tridgell | 2009-09-17 | 2 | -6/+9 | |
| | | | | | | | | Added support for NDR64 to the samba4 pidl generator | |||||
| * | s4-rpc: added NDR64 support | Andrew Tridgell | 2009-09-17 | 6 | -8/+33 | |
| | | | | | | | | This adds support for the nd464 binding string option | |||||
| * | ndr: added support for NDR64 | Andrew Tridgell | 2009-09-17 | 3 | -18/+54 | |
| | | | | | | | | This adds NDR64 support for the push functions in libndr | |||||
| * | util: use likely/unlikely for NT_STATUS_* macros | Andrew Tridgell | 2009-09-17 | 1 | -3/+3 | |
| | | ||||||
| * | libreplace: added likely()/unlikely() macros for gcc | Andrew Tridgell | 2009-09-17 | 1 | -0/+19 | |
| | | | | | | | | | | | | These macros allow the compile to better optimise code that has a lot of if statements. I particularly want to use this for our low level generated NDR code. | |||||
| * | s3:smbd: Attempt to fix the build on HP/UX | Volker Lendecke | 2009-09-18 | 1 | -0/+1 | |
| | | ||||||
| * | s3:smbd: Fix an inappropriate pointer return in a bool fn | Volker Lendecke | 2009-09-18 | 1 | -1/+1 | |
| | | ||||||
| * | s3:winbind: Fix some enum type mismatches found by the Solaris compiler | Volker Lendecke | 2009-09-18 | 3 | -3/+3 | |
| | | ||||||
* | | Merge branch 'master' of /home/tridge/samba/git/combined | Andrew Tridgell | 2009-09-17 | 151 | -29310/+32446 | |
|\ \ | ||||||
| * | | idl: regenerate IDL for NDR64 changes | Andrew Tridgell | 2009-09-17 | 22 | -252/+252 | |
| | | | ||||||
| * | | s4-sam: add a note about the solaris client | Andrew Tridgell | 2009-09-17 | 1 | -0/+2 | |
| | | | ||||||
| * | | ndrdump: fixed help | Andrew Tridgell | 2009-09-17 | 1 | -1/+1 | |
| | | | ||||||
| * | | ndr: num_auths is an array size, thus a uint3264 | Andrew Tridgell | 2009-09-17 | 1 | -2/+2 | |
| | | | ||||||
| * | | ndr: split out ndr enum functions | Andrew Tridgell | 2009-09-17 | 4 | -6/+80 | |
| | | | | | | | | | | | | This allows for easier implementation of the NDR32/NDR64 split | |||||
| * | | idl: recompile our IDL | Andrew Tridgell | 2009-09-17 | 22 | -3306/+3306 | |
| | | | | | | | | | | | | The NDR64 change affects every IDL file | |||||
| * | | s4-pidl: add support for NDR64 | Andrew Tridgell | 2009-09-17 | 2 | -6/+9 | |
| | | | | | | | | | | | | Added support for NDR64 to the samba4 pidl generator | |||||
| * | | s4-rpc: added NDR64 support | Andrew Tridgell | 2009-09-17 | 6 | -8/+33 | |
| | | | | | | | | | | | | This adds support for the nd464 binding string option | |||||
| * | | ndr: added support for NDR64 | Andrew Tridgell | 2009-09-17 | 3 | -18/+54 | |
| | | | | | | | | | | | | This adds NDR64 support for the push functions in libndr | |||||
| * | | util: use likely/unlikely for NT_STATUS_* macros | Andrew Tridgell | 2009-09-17 | 1 | -3/+3 | |
| | | | ||||||
| * | | libreplace: added likely()/unlikely() macros for gcc | Andrew Tridgell | 2009-09-17 | 1 | -0/+19 | |
| |/ | | | | | | | | | | | These macros allow the compile to better optimise code that has a lot of if statements. I particularly want to use this for our low level generated NDR code. | |||||
| * | s3: build with pam support when possible | Björn Jacke | 2009-09-17 | 1 | -3/+3 | |
| | | ||||||
| * | Re-generated idl files with () for enum values. | Jeremy Allison | 2009-09-17 | 23 | -1014/+1014 | |
| | | | | | | | | Jeremy. | |||||
| * | Ensure we enclose the enum values in brackets to make the cast work. | Jeremy Allison | 2009-09-17 | 1 | -0/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | Check in modified generated files for systems where pidl can't run. | Jeremy Allison | 2009-09-17 | 24 | -1066/+1068 | |
| | | | | | | | | Jeremy. | |||||
| * | Merge branch 'master' of ssh://jra@git.samba.org/data/git/samba | Jeremy Allison | 2009-09-17 | 6 | -12/+61 | |
| |\ | ||||||
| | * | spnego: Support ASN.1 BIT STRING and use it in SPNEGO. | Kouhei Sutou | 2009-09-17 | 6 | -12/+61 | |
| | | | | | | | | | | | | Signed-off-by: Günther Deschner <gd@samba.org> | |||||
| * | | Fix the problem with pidl generating invalid C for enums. According | Jeremy Allison | 2009-09-17 | 1 | -1/+9 | |
| |/ | | | | | | | | | | | | | | | to the C standard an enum is guarenteed to be an (int), which means for 4 byte ints specifying a type of 0x80000000 is an invalid value. The Solaris compiler complains about this. Fix by adding an (int) cast in front of the value generation. Jeremy. | |||||
| * | s4:descriptor module - Revert and const fixups | Matthias Dieter Wallnöfer | 2009-09-17 | 1 | -7/+18 | |
| | | | | | | | | | | | | - Revert a change introduced by me since I didn't understood the meaning of the version check - Added some "const" to suppress compiler warnings | |||||
| * | s4:descriptor - cosmetic | Matthias Dieter Wallnöfer | 2009-09-17 | 1 | -1/+1 | |
| | | ||||||
| * | s4:libnet_become_dc - Fix some uninitialised variables | Matthias Dieter Wallnöfer | 2009-09-17 | 1 | -3/+3 | |
| | | ||||||
| * | s4:provision - Some rework | Matthias Dieter Wallnöfer | 2009-09-17 | 12 | -23610/+23878 | |
| | | | | | | | | | | | | | | | | | | | | - Add/change "wellKnownObjects" attributes - Order entries in "provision_basedn_modify.ldif" - Add/change "delete entries" object under BASEDN and CONFIGDN - Fix default version number of "Default domain policy" group policy - Add "domain updates" objects for interoperability with MS AD maintaining tools - Show version number in the "oEMInformation" attribute (suggested by ekacnet) - Smaller fixups | |||||
| * | void functions can't return a value. Found by the Solaris compiler. | Jeremy Allison | 2009-09-17 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | void functions can't return a value. Found by the Solaris compiler. | Jeremy Allison | 2009-09-17 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | void functions can't return a value. Found by the Solaris compiler. | Jeremy Allison | 2009-09-17 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | We now pass the Microsoft SMB2 fileio test with EA's and streams... | Jeremy Allison | 2009-09-17 | 5 | -5/+69 | |
| | | | | | | | | Jeremy. | |||||
| * | Remove ununsed variable warning. | Jeremy Allison | 2009-09-17 | 1 | -1/+0 | |
| | | | | | | | | Jeremy. | |||||
| * | s4/domain behaviour flags: Fix them up in various locations | Matthias Dieter Wallnöfer | 2009-09-17 | 4 | -16/+10 | |
| | | | | | | | | | | | | | | | | | | | | Additional notes: - Bump the level to Windows Server 2008 R2 (we should support always the latest version - if we provision ourself) - In "descriptor.c" the check for the "domainFunctionality" level shouldn't be needed: ACL owner groups (not owner user) are supported since Windows 2000 Server (first AD edition) - I took the argument from: http://support.microsoft.com/kb/329194 | |||||
| * | s4/python: flags | Matthias Dieter Wallnöfer | 2009-09-17 | 2 | -9/+83 | |
| | | | | | | | | | | - Introduce the "userAccountControl", "groupType" and "sAMAccountType" flags - Corrects the "domain/forestFunctionality" and "domainControllerFunctionality" flags | |||||
| * | libds/common/flags: various | Matthias Dieter Wallnöfer | 2009-09-17 | 2 | -28/+36 | |
| | | | | | | | | | | | | | | | | - Reorders the header file to have the order "userAccountFlags", "groupType", "sAMAccountType" (matches the order in the flag_mapping.c and samldb module) - Fixes the group account flags properly up - Fixes the flags for "domain/forestFunctionality" and "domainControllerFunctionality" up | |||||
| * | Port the Samba 3 shm_setup to QNX. | Matt Kraai | 2009-09-13 | 1 | -0/+18 | |
| | | ||||||
| * | util_smb: For some (unknown) reason the previous patch changed the ↵ | Matthias Dieter Wallnöfer | 2009-09-13 | 1 | -0/+0 | |
| | | | | | | | | permissions - Reset them |