Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-22 | Fix bug 7528 - Solaris with NIS autohome. | Jeremy Allison | 1 | -0/+3 | |
Ensure entries containing "\n" are stripped. Jeremy. | |||||
2010-06-21 | tldap: Fix a type-punned warning | Volker Lendecke | 1 | -1/+1 | |
2010-06-21 | s3: Fix some enum/int mixup warnings | Volker Lendecke | 1 | -53/+53 | |
2010-06-21 | s3: Fix a type-punned warning | Volker Lendecke | 1 | -2/+2 | |
2010-06-21 | s3:fix an outdated comment. | Michael Adam | 1 | -5/+2 | |
2010-06-16 | s3-tdb: Added missing out of memory check in rename_file_with_suffix(). | Andreas Schneider | 1 | -0/+4 | |
2010-06-10 | s3:lib make server contexts generic | Simo Sorce | 1 | -0/+69 | |
Pair-programmed-with: Andreas Schneider <asn@samba.org> | |||||
2010-06-09 | s3: fix calculation of st_blocks in init_stat_ex_from_stat | Björn Jacke | 1 | -1/+1 | |
this is just relevant for the very rare systems that don't have the st_blocks struct member. This is a fixup of the fix for bug 7474. Thanks to Joachim Schmitz for spotting this! | |||||
2010-06-08 | s3-netdomjoin-gui: Fix Bug #7500. Fix 'not a string literal' warning in ↵ | Günther Deschner | 1 | -1/+1 | |
netdomjoin-gui. Patch from Buchan Milne <bgmilne@mandriva.org>. Thanks! Guenther | |||||
2010-06-07 | s3: fix build on platforms without st_blocks and st_blksize stat struct members | Björn Jacke | 1 | -0/+9 | |
This fixes bug 7474. | |||||
2010-06-07 | s3-lsa: Fix static list of luids in our privileges implementation. | Günther Deschner | 1 | -9/+9 | |
The high/low order changed while moving to LSA defines. Found by torture test. Guenther | |||||
2010-06-07 | s3-privileges: use LUID defines from lsa IDL. | Günther Deschner | 2 | -15/+15 | |
Guenther | |||||
2010-06-03 | s3-security: use shared "Standard access rights.". | Günther Deschner | 2 | -3/+3 | |
Guenther | |||||
2010-06-03 | s3-security: move ALL_SECURITY_INFORMATION to the only user. | Günther Deschner | 1 | -0/+7 | |
Guenther | |||||
2010-06-03 | s3-security: use shared SECINFO_DACL define. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-06-03 | s3-security: use shared SECINFO_SACL define. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-06-03 | s3-security: use shared SECINFO_GROUP define. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-06-03 | s3-security: use shared SECINFO_OWNER define. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-06-03 | s3: remove unused librpc/ndr/sid.c. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-05-31 | s3-build: only use ndr_security.h where needed. | Günther Deschner | 3 | -0/+3 | |
Guenther | |||||
2010-05-28 | s3:lib s3:lib move get_global_sam_name to util_names.c | Andrew Bartlett | 2 | -13/+13 | |
This doesn't really belong in util_sid.c, and has much more in common with the other functions in util_names.c Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-05-28 | s3:lib split out global workgroup and netbios name functions. | Andrew Bartlett | 2 | -42/+73 | |
Having these in their own file allows easier selective inclusion. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-05-25 | s3:registry: rename lib/util_reg_api.c to registry/reg_util_marshalling.c | Michael Adam | 1 | -215/+0 | |
2010-05-25 | s3:registry: move prototype registry_create_admin_token() to new header ↵ | Michael Adam | 1 | -0/+1 | |
reg_util_token.h and use it only where necessary. | |||||
2010-05-25 | s3:registry: extract the reg_backend_db prototypes into their own header. | Michael Adam | 1 | -0/+1 | |
And use them only where needed. | |||||
2010-05-21 | s3:dom_sid Global replace of DOM_SID with struct dom_sid | Andrew Bartlett | 10 | -120/+120 | |
This matches the structure that new code is being written to, and removes one more of the old-style named structures, and the need to know that is is just an alias for struct dom_sid. Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-05-21 | s3:passdb Remove use of uint8 uint16 and uint32 in favour of C99 types | Andrew Bartlett | 1 | -2/+2 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-05-20 | s3-registry: support REG_DWORD_BIG_ENDIAN. | Günther Deschner | 1 | -1/+3 | |
Just treat it as a REG_DWORD for now. Long term all these checks will need to pass away, once we get a real registry... Guenther | |||||
2010-05-20 | s3-registry: support REG_QWORD. | Günther Deschner | 1 | -1/+16 | |
Guenther | |||||
2010-05-18 | s3-rpc_client: move protos to init_samr.h | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-05-18 | s3-rpc_client: move protos to cli_lsarpc.h | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-05-18 | s3-rpc_client: move protos to cli_samr.h | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-05-18 | s3-pidfile: set the close on exec flag for the created pidfiles. | Günther Deschner | 1 | -0/+3 | |
Guenther | |||||
2010-05-18 | s3-secdesc: move SEC_DESC_HEADER_SIZE to its only user. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2010-05-18 | s3-secdesc: remove "typedef struct security_descriptor SEC_DESC". | Günther Deschner | 2 | -35/+35 | |
Guenther | |||||
2010-05-18 | s3-secdesc: remove "typedef struct security_acl SEC_ACL". | Günther Deschner | 2 | -10/+10 | |
Guenther | |||||
2010-05-18 | s3-secdesc: remove "typedef struct security_ace SEC_ACE". | Günther Deschner | 3 | -13/+13 | |
Guenther | |||||
2010-05-18 | s3-secdesc: remove "typedef struct sec_desc_buf SEC_DESC_BUF". | Günther Deschner | 1 | -9/+9 | |
Guenther | |||||
2010-05-18 | s3-build: fix the build. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2010-05-18 | s3: Remove use of iconv_convenience. | Jelmer Vernooij | 6 | -23/+20 | |
2010-05-18 | smbconf: only include smbconf headers where needed. | Günther Deschner | 4 | -0/+9 | |
Guenther | |||||
2010-05-18 | s3-registry: only include registry headers when really needed. | Günther Deschner | 2 | -0/+2 | |
Guenther | |||||
2010-05-18 | s3-tldap: only include tldap when actually needed. | Günther Deschner | 2 | -0/+3 | |
Guenther | |||||
2010-05-08 | s3-passdb: moving account_pol.c into passdb. | Günther Deschner | 1 | -454/+0 | |
Guenther | |||||
2010-05-07 | Make us pass all SMB2 lock tests except MULTIPLE-UNLOCK and CONTEXT. Them ↵ | Jeremy Allison | 1 | -1/+3 | |
next :-). Jeremy. | |||||
2010-05-06 | s3-eventlog: move all eventlog headers to lib/eventlog and only include ↵ | Günther Deschner | 3 | -0/+79 | |
where required. Guenther | |||||
2010-05-06 | Remove the copy of ldb from Samba 3. | Jelmer Vernooij | 132 | -38549/+246 | |
There were two utility functions that other parts of Samba 3 still relied on; they have been moved to lib/ldb_compat.[ch]. | |||||
2010-05-06 | s3: only include gen_ndr headers where needed. | Günther Deschner | 6 | -2/+4 | |
This shrinks include/includes.h.gch by the size of 7 MB and reduces build time as follows: ccache build w/o patch real 4m21.529s ccache build with patch real 3m6.402s pch build w/o patch real 4m26.318s pch build with patch real 3m6.932s Guenther | |||||
2010-05-04 | s3-lib: Create a sec_desc_merge and sec_desc_merge_buf function. | Andreas Schneider | 1 | -1/+42 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-04-27 | s3: use shared registry functions. | Günther Deschner | 1 | -142/+0 | |
Guenther |