Age | Commit message (Expand) | Author | Files | Lines |
2011-06-24 | s3: Use reparse point style symlinks | Volker Lendecke | 1 | -18/+18 |
2011-06-24 | s3: Remove a call to cli_errstr | Volker Lendecke | 1 | -2/+4 |
2011-06-24 | s3: Add cli_symlink | Volker Lendecke | 4 | -0/+242 |
2011-06-24 | s3: Add SYMLINK_FLAG_RELATIVE define | Volker Lendecke | 1 | -0/+2 |
2011-06-24 | s3: Add symlink reparse point marshalling routines | Volker Lendecke | 4 | -0/+185 |
2011-06-24 | lib: Allow NULL converted_size in convert_string_talloc | Volker Lendecke | 1 | -2/+6 |
2011-06-24 | s4:selftest: test ntvfs.cifs with s4u2proxy | Stefan Metzmacher | 2 | -7/+56 |
2011-06-24 | s4:selftest: use wildcards for ntvfs.cifs tests in knownfail and skip files | Stefan Metzmacher | 2 | -36/+20 |
2011-06-24 | selftest/Samba4: correctly upper case the netbiosname variable | Stefan Metzmacher | 1 | -5/+7 |
2011-06-24 | s4:kdc: implement samba_kdc_check_s4u2proxy() | Stefan Metzmacher | 2 | -0/+106 |
2011-06-24 | s4:samba-tool: add "delegation" subcommands for S4U2Proxy and related stuff | Stefan Metzmacher | 2 | -0/+269 |
2011-06-24 | s4:python/samba/samdb: add toggle_userAccountFlags() helper function | Stefan Metzmacher | 1 | -10/+35 |
2011-06-24 | HEIMDAL:kdc: don't allow self delegation if a backend check_constrained_deleg... | Stefan Metzmacher | 1 | -4/+4 |
2011-06-24 | HEIMDAL:kdc: pass down the server hdb_entry_ex to check_constrained_delegation() | Stefan Metzmacher | 1 | -5/+19 |
2011-06-24 | HEIMDAL:kdc: use the correct client realm in the EncTicketPart | Stefan Metzmacher | 1 | -1/+1 |
2011-06-24 | Add NT_STATUS_IO_REPARSE_DATA_INVALID | Volker Lendecke | 2 | -0/+3 |
2011-06-24 | s4-lsa: Fix typo | Sumit Bose | 1 | -1/+1 |
2011-06-24 | s3:vfs_commit: fix build | Björn Jacke | 1 | -0/+1 |
2011-06-24 | s3:smb2_ioctl/FSCTL_PIPE_TRANSCEIVE: generate STATUS_BUFFER_OVERFLOW if neede... | Stefan Metzmacher | 2 | -0/+10 |
2011-06-24 | Merge commit 'release-4-0-0alpha16' into master4-tmp | Stefan Metzmacher | 0 | -0/+0 |
2011-06-24 | Merge commit 'release-4-0-0alpha15' into master4-tmp | Stefan Metzmacher | 0 | -0/+0 |
2011-06-24 | Merge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba-4.0alpha16 | Andrew Bartlett | 1484 | -25241/+78250 |
2011-06-24 | VERSION: on the road to alpha17 | Andrew Bartlett | 1 | -2/+2 |
2011-06-24 | release Samba 4.0 alpha16 | Andrew Bartlett | 1 | -1/+1 |
2011-06-24 | Update WHATSNEW.txt with news for Samba 4.0 alpha16 | Andrew Bartlett | 2 | -318/+101 |
2011-06-24 | build: Remove blacklist now we have a common build | Andrew Bartlett | 1 | -10/+0 |
2011-06-24 | release Samba 4.0 alpha16 | Andrew Bartlett | 1 | -1/+1 |
2011-06-24 | Update WHATSNEW.txt with news for Samba 4.0 alpha16 | Andrew Bartlett | 2 | -318/+101 |
2011-06-24 | s3-build Add dep on popt to fix FreeBSD build | Andrew Bartlett | 1 | -1/+1 |
2011-06-24 | build: Remove blacklist now we have a common build | Andrew Bartlett | 1 | -10/+0 |
2011-06-24 | selftest: Cope with no binary argument being supplied to gdb_backtrace | Andrew Bartlett | 1 | -11/+25 |
2011-06-24 | selftest: Remove %PROG% argument from 'panic action' | Andrew Bartlett | 2 | -2/+2 |
2011-06-24 | s3-selftest Remove unused gdb_backtrace | Andrew Bartlett | 1 | -87/+0 |
2011-06-24 | param: Remove remaining references to announce as and announce version | Andrew Bartlett | 4 | -64/+0 |
2011-06-24 | s3-build Require fully defined symbols in ALL libraries by default | Andrew Bartlett | 2 | -56/+29 |
2011-06-24 | s3-build: Require fully defined symbols for all public libraries | Andrew Bartlett | 1 | -1/+1 |
2011-06-24 | s3-build: Remove SECRETS3 as a samba3core dep | Andrew Bartlett | 1 | -5/+10 |
2011-06-24 | s3-param Remove %(DomainSID) support | Andrew Bartlett | 1 | -102/+0 |
2011-06-24 | Fix bug #8254 - "acl check permissions = no" does not work in all cases | Jeremy Allison | 2 | -2/+16 |
2011-06-23 | build: Add a script to install python and Samba with one command | Andrew Bartlett | 1 | -0/+41 |
2011-06-23 | s3-param Remove 'announce version' parameter | Andrew Bartlett | 10 | -103/+22 |
2011-06-23 | param: Remove "announce as" parameter | Andrew Bartlett | 5 | -98/+4 |
2011-06-23 | s3-net: Bind our gettext results to 'unix charset' | Andrew Bartlett | 3 | -2/+12 |
2011-06-23 | s3-swat Remove d_printf() calls | Andrew Bartlett | 1 | -2/+2 |
2011-06-23 | lib/util/charset: Remove autodetection of charset from LOCALE | Andrew Bartlett | 3 | -34/+3 |
2011-06-23 | lib/util/charset: Remove 'display charset' | Andrew Bartlett | 13 | -157/+63 |
2011-06-23 | s3: Add IO_REPARSE_TAG_SYMLINK define | Volker Lendecke | 1 | -0/+1 |
2011-06-23 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -3/+3 |
2011-06-23 | s3: remove prototype of convert_string_error from proto.h | Michael Adam | 1 | -4/+0 |
2011-06-23 | s3: remove prototype of convert_string from proto.h | Michael Adam | 1 | -4/+0 |