summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* s4-auth: removed the password combinations code in auth_unixAndrew Tridgell2011-05-051-39/+4
* s4-samba-tool: allow specification of targetdir when joining as (RO)DCMatthieu Patou2011-05-051-4/+5
* Clean up some const and other compiler warnings.Jeremy Allison2011-05-056-10/+25
* sasl_secret_t ends in a char [1] size. This means the extra character is impl...Jeremy Allison2011-05-041-2/+2
* Fix simple uses of safe_strcpy -> strlcpy. Easy ones where we just remove -1.Jeremy Allison2011-05-043-5/+5
* s4-param Rename secrets_init() -> randseed_init()Andrew Bartlett2011-05-033-10/+10
* s4: fix arguments to safe_strcpy()Andrew Bartlett2011-05-031-2/+2
* s4-socket: rename allow_access() to socket_allow_access()Andrew Tridgell2011-05-033-8/+8
* Remove strlower_m() and strupper_m() from source4 and common code.Andrew Bartlett2011-05-038-63/+74
* s4-param: use new roles.hAndrew Tridgell2011-05-031-5/+1
* libcli/raw: use a different ifdef than s3 smb.hAndrew Tridgell2011-05-031-3/+3
* s4-messaging Rename messaging -> imessagingAndrew Bartlett2011-05-0346-266/+266
* s4-libcli Remove resolve_name() as it conflicts with Samba3.Andrew Bartlett2011-05-038-23/+23
* s4-torture Remove unused and uncompleated testAndrew Bartlett2011-05-031-54/+0
* lib/util Move set_socket_options() into common code.Andrew Bartlett2011-05-031-160/+0
* s4-lib/socket Merge updated set_socket_options from Samba3 -> Samba4Andrew Bartlett2011-05-031-34/+90
* s4-cluster Rename server_id.node -> vnn to match Samba3Andrew Bartlett2011-05-034-8/+8
* s4:Remove outdated doc on Samba4 upgradeAndrew Bartlett2011-05-031-21/+0
* s4-cluster: Remove const from cluster_id_string()Andrew Bartlett2011-05-034-5/+5
* s4:cluster Rename .id to .pid in server_idAndrew Bartlett2011-05-037-21/+28
* s4:libcli/util/nterr: NO_S4U_PROT_SUPPORT and CROSSREALM_DELEGATION_FAILUREStefan Metzmacher2011-05-021-0/+2
* provision: reorganize attributes so that we don't attribute with DN syntax th...Matthieu Patou2011-04-303-6/+7
* s4:torture/nbt/winsreplication: ignore incoming broadcast messagesStefan Metzmacher2011-04-301-2/+19
* s4:torture/nbt/winsreplication: assert the nbt name before the typeStefan Metzmacher2011-04-301-2/+2
* lib/util Rename conv_str_size() -> conv_str_size_error()Andrew Bartlett2011-04-302-3/+3
* s4:torture/nbt/winsreplication: use torture macros in order report failuresStefan Metzmacher2011-04-301-8/+104
* kerberos: Only include gssapi/gssapi_krb5.h when availableAndrew Bartlett2011-04-301-0/+1
* ldb:tdb backend - cache - remove unused "last_attribute" structure memberMatthias Dieter Wallnöfer2011-04-292-8/+0
* s4:"ldb_connect" calls - proof for "!= LDB_SUCCESS"Matthias Dieter Wallnöfer2011-04-293-3/+3
* s4:torture/rpc/testjoin.c - use a LDB result constantMatthias Dieter Wallnöfer2011-04-291-1/+1
* ldb:tools/cmdline.c + tools/ldbtest.c - make use of LDB result constantsMatthias Dieter Wallnöfer2011-04-292-2/+2
* s4:repl_meta_data LDB module - quiet a discard const ptr warningMatthias Dieter Wallnöfer2011-04-291-1/+1
* ldb:ldb_controls.c - fix comment indentationMatthias Dieter Wallnöfer2011-04-291-4/+4
* s4:token_group.py python test - fix typosMatthias Dieter Wallnöfer2011-04-291-2/+2
* build: put doserr.c into it's own subsystem, so it's no longer a duplicateAndrew Bartlett2011-04-291-2/+2
* s4-param Rename lp_destructor() -> lpcfg_destructor() for consistencyAndrew Bartlett2011-04-291-2/+2
* s4-param Rename unused lp_ functions to match param.hAndrew Bartlett2011-04-291-5/+5
* s4-param Rename volume_label() -> lpcfg_volume_label()Andrew Bartlett2011-04-293-3/+3
* s4-param Rename private_path() -> lpcfg_private_path()Andrew Bartlett2011-04-2911-18/+18
* s4-param Remove config_path() -> lpcfg_config_path()Andrew Bartlett2011-04-293-3/+3
* s4-param Rename lock_path() -> lpcfg_lock_path()Andrew Bartlett2011-04-294-5/+5
* libcli/smb Move attrib_string in commonAndrew Bartlett2011-04-291-46/+0
* libcli/smb Move FILE_ATTRIBUTE defines to the top levelAndrew Bartlett2011-04-291-18/+0
* Revert "s4:selftest: skip s3member tests for now"Stefan Metzmacher2011-04-291-1/+0
* s4:libcli/smb_composite: move smb2_composite_setpathinfo_setinfo_done()Stefan Metzmacher2011-04-281-25/+27
* s4:libcli/smb_composite: move smb2_composite_setpathinfo_create_done()Stefan Metzmacher2011-04-281-22/+23
* s4:libcli/smb_composite: add smb2_composite_setpathinfo_close_done()Stefan Metzmacher2011-04-281-1/+12
* s4:libcli/smb_composite: better names for smb2_composite_setpathinfo_* funcs ...Stefan Metzmacher2011-04-281-22/+15
* s4:libcli/smb2: let smb2_session_setup_spnego_* use tevent_reqStefan Metzmacher2011-04-282-72/+118
* s4:libcli/smb2: move smb2_session_setup_spnego_send() to the topStefan Metzmacher2011-04-281-62/+64