build: put config.h in top dir by default
[ira/wip.git] / source3 /
2010-03-24 Stefan Metzmachers3:ntlmssp: add const for *sig in ntlmssp_unseal_packet()
2010-03-24 Stefan Metzmachers3:ntlmssp: make whole_pdu const for ntlmssp_[un]seal_p...
2010-03-24 Stefan Metzmachers3:ntlmssp: use a 'bool ok' variable to make the code...
2010-03-24 Stefan Metzmachers3:ntlmssp: fix some formating
2010-03-24 Stefan Metzmachers3:ntlmssp: inline ntlmssp_weaken_keys()
2010-03-24 Stefan Metzmachers3:ntlmssp: make send_seal_key and recv_seal_key local...
2010-03-24 Stefan Metzmachers3:ntlmssp: rename void *auth_context; into void *callb...
2010-03-24 Stefan Metzmachers3:ntlmssp: add some consts
2010-03-24 Stefan Metzmachers3:ntlmssp: remove unused get_global_myname() and get_d...
2010-03-24 Stefan Metzmachers3:ntlmssp: pass names and use_ntlmv2 to ntlmssp_client...
2010-03-24 Stefan Metzmachers3:ntlmssp: remove server_name from ntlmssp_state and...
2010-03-24 Stefan Metzmachers3:ntlmssp: pass names to ntlmssp_server_start() and...
2010-03-24 Stefan Metzmachers3:ntlmssp: replace server_role by a server.is_standalo...
2010-03-24 Stefan Metzmachers3:ntlmssp: make use of C99 types in ntlmssp_sign.c
2010-03-24 Stefan Metzmachers3:ntlmssp: use uint8_t in calc_ntlmv2_key()
2010-03-24 Karolin Seegers3-testparm: Throw warning when 'workgroup' and 'netbio...
2010-03-24 Volker Lendeckes3: Optimize gencache for smbd exit
2010-03-23 Stefan Metzmachers3:librpc/rpc: move prototypes to dcerpc.h
2010-03-23 Karolin Seegers3-builtin: Add missing builtin groups.
2010-03-23 Karolin Seegers3-builtin: Add some builtin groups.
2010-03-22 Jeremy Allisonshare_info.tdb could use non-canonicalized sharenames.
2010-03-22 Jeremy AllisonFix valgrind error when running under share level secur...
2010-03-22 Volker Lendeckes3: Add the "ctdb locktime warn threshold" parameter
2010-03-22 Volker Lendeckes3: Implement an asynchronous echo responder process
2010-03-22 Stefan Metzmachers3:smbd: don't allow SMB2 if the async echo handler...
2010-03-22 Stefan Metzmachers3:smbd: disable SMB encryption when the echo handler...
2010-03-22 Stefan Metzmachers3:smbd: disallow readbraw and writebraw if the echo...
2010-03-22 Stefan Metzmachers3:smbd: disable sendfile if the echo handler is active
2010-03-22 Stefan Metzmachers3:smbd: don't use recvfile if the echo handler is...
2010-03-22 Stefan Metzmachers3:smbd: setup a shared memory area for the signing...
2010-03-22 Stefan Metzmachers3:smbd: add echo handler information to struct smbd_se...
2010-03-22 Stefan Metzmachers3:param: add "async smb echo handler" option
2010-03-22 Stefan Metzmachers3:smbd: pass down trusted_channel via receive_smb_talloc()
2010-03-22 Stefan Metzmachers3:smbd: let reply_readbraw_error use the locked socket
2010-03-22 Stefan Metzmachers3:smbd: send keepalive packets under the socket lock
2010-03-22 Stefan Metzmachers3:smbd: smbd_[un]lock_socket() while accessing the...
2010-03-22 Stefan Metzmachers3:smbd: add smbd_[un]lock_socket() dummies
2010-03-22 Stefan Metzmachers3:smbd: add an option to skip signings checks srv_chec...
2010-03-22 Stefan Metzmachers3:libsmb: add a smb_signing_init_ex() function
2010-03-22 Volker Lendeckes3: Fix a bad memleak in winbind
2010-03-22 Volker Lendeckes3: Add "log writeable files on exit" parameter
2010-03-22 Volker Lendeckes3: file_walk_table -> files_forall
2010-03-22 Volker Lendeckes3: Fix some nonempty blank lines
2010-03-21 Volker Lendeckes3: Fix bug 7202 for multi-threaded applications
2010-03-21 Bo Yangs3: Open winbindd_cache.tdb with read/write access.
2010-03-19 Günther Deschners3-selftest: use proper names for samba3 dcerpc tests.
2010-03-19 Stefan Metzmachers3:librpc: remove unused stuff
2010-03-19 Günther Deschners3-selftest: enable RAP calls testsuite against samba3.
2010-03-19 Günther Deschners3-selftest: rearrange uid/gid calculation to achieve...
2010-03-19 Günther Deschnererror_codes: fix NT_STATUS_RPC_UNKNOWN_IF typo.
2010-03-18 Stefan Metzmachers3:libsmb/nterr.c: fix/add NT_STATUS_RPC_* codes
2010-03-18 Günther Deschners3-selftest: make sure we do not have duplicate uids...
2010-03-18 Jeremy Allisons3-printing: Fix "printer admin" functionality.
2010-03-17 Günther Deschners3-eventlog: fix elog_tdbname(), we were always lower...
2010-03-17 Günther Deschners3-selftest: run RPC-EVENTLOG against s3.
2010-03-17 Günther Deschners3-test: setup initial eventlog infrastructure.
2010-03-16 Günther Deschners3-vfs: fix some buildwarnings in traffic analyzer...
2010-03-16 Volker Lendeckes3: Make login_cache_write take a pointer
2010-03-16 Volker Lendeckes3: Make login_cache_read take a pointer, avoid a malloc
2010-03-16 Volker Lendeckes3: Remove a typedef
2010-03-16 Volker Lendeckes3: Fix some nonempty blank lines
2010-03-16 Günther Deschners3: fix buildwarning in smbta-util.
2010-03-16 Andreas SchneiderFix developer build, remove malloc
2010-03-16 Günther Deschners3-winreg: change notify call has no meaning when calle...
2010-03-16 Günther Deschners3-registry: make sure root has full registry access...
2010-03-16 Günther Deschners3-lsa: fix _lsa_lsaRSetForestTrustInformation server...
2010-03-16 Jim McDonoughUpdate copyright
2010-03-16 Jim McDonoughDon't exit(0) on error
2010-03-16 Holger Hetterichs3: vfs_smb_traffic_analyzer.c: add VFS functions for...
2010-03-16 Holger Hetterichsmb_traffic_analyzer.c: optimize marshalling function...
2010-03-16 Holger Hetterichvfs_smb_traffic_analyzer.c: added function
2010-03-16 Holger HetterichSimplify the code a bit by creating the functions:
2010-03-16 Holger HetterichAdd the number of common data blocks to the protocol.
2010-03-16 Holger HetterichPut all the protocol stuff into a separate header file.
2010-03-16 Holger HetterichAdd smbta-util to manage the encryption key.
2010-03-16 Holger HetterichImplement AES encryption of the data block.
2010-03-16 Holger HetterichImplement anonymization for protocol v2.
2010-03-16 Holger HetterichMake all remarks compatible to the linux kernel coding...
2010-03-16 Holger HetterichAdded an exact description of the V2 protocol.
2010-03-16 Holger HetterichMove the creation of the header.
2010-03-16 Holger HetterichFetch the SID of the user we are running as and send...
2010-03-16 Holger HetterichAdditionally send the vfs function id with the protocol.
2010-03-16 Holger HetterichAccording to the linux kernel coding styleguide, it...
2010-03-16 Holger HetterichDon't use typedefs on the VFS function data structures as
2010-03-16 Holger HetterichAdd read,pread,write,pwrite support to the V2 protocol.
2010-03-16 Holger HetterichEnable AES encryption of the data if a key was found...
2010-03-16 Holger HetterichAdd rmdir, chdir, and rename as supported VFS functions
2010-03-16 Holger HetterichThe format of data we are sending over the network...
2010-03-16 Holger HetterichCreate structs carrying the data of individual VFS...
2010-03-16 Holger HetterichIntroduce smb_traffic_analyzer protocol v2.
2010-03-15 Craig MiskellFix bug #7191 - WINS doesn't respond after > 86 #1c...
2010-03-15 Michael Adams3:registry-legacy: use talloc_stackframe() instead...
2010-03-15 Michael Adams3:smbcacls: also honour the "--sddl" flag when setting...
2010-03-15 Volker Lendeckes3: Fix an uninitialized variable read
2010-03-15 Jeremy AllisonRemove the bool admin_user from conn struct. We no...
2010-03-15 Jeremy AllisonFix bug #7188 - Logic error in check of total_data...
2010-03-15 Jeremy AllisonRemove reference to conn->admin_user in preparation...
2010-03-15 Jeremy AllisonSimplify processing of "admin user". If a user is an...
2010-03-15 Jeremy AllisonSwitch over to using get_currect_XXX() accessor functions.
2010-03-15 Jeremy AllisonPass "connection_struct *conn" into functions that...
next